Distributed Tensorflow: check failed: size>=0

前端 未结 2 1915
梦如初夏
梦如初夏 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 01:52

    I had met the error, in my issue, the error is coming from TF with different vision.

    the error is solved. the model was trained in tf 1.15, but frozen the model in tf 1.13. When froze it in tf 1.15, everything is ok.

    I think you can check the model version.

提交回复
热议问题