Distributed Tensorflow: check failed: size>=0

前端 未结 2 1918
梦如初夏
梦如初夏 2021-01-13 01:47

I\'m using keras 2.0.6. The version of tensorflow is 1.3.0.

My code can run with theano backend, but failed with tensorflow backend:

F tensorflow/core/frame

2条回答
  •  长情又很酷
    2021-01-13 02:05

    it came out the same bug, but it ran ok after that I shrimped the batch size.

    I think the reason is it running out of GPU memories.

提交回复
热议问题