美文网首页
ResourceExhaustedError

ResourceExhaustedError

作者: 陈南_daa1 | 来源:发表于2019-02-28 19:14 被阅读0次

问题:ResourceExhaustedError (see above for traceback): OOM when allocating tensor of shape [7744,512]

这个一般是运算超出你显卡的运算能力。
解决办法是运行文件中找到
batcfh_size (一般batch_size=32改batch_size=16,还不行在改8)

https://github.com/tensorflow/models/issues/3393

相关文章

网友评论

      本文标题:ResourceExhaustedError

      本文链接:https://www.haomeiwen.com/subject/cdikuqtx.html