温柔冬瓜

文章
3
资源
0
加入时间
3年1月2天

ResourceExhaustedError错误解决方法——简记

错误缘由,在使用 tensorflow-gpu 进行图像生成模型训练时,报错如下: ResourceExhaustedError (see above for traceback): OOM when allocating tensor with shape[16,64,224,224]解决方法如下:[16,64,224,224] 的第一个参数表示batch_size的大小,...