Tensorflow: Cannot interpret feed_dict key as Tensor

前端 未结 7 1046
清歌不尽
清歌不尽 2020-12-08 14:27

I am trying to build a neural network model with one hidden layer (1024 nodes). The hidden layer is nothing but a relu unit. I am also processing the input data in batches o

相关标签:
7条回答
  • 2020-12-08 15:14

    I had the same issue with flask. adding --without-threads flag to flask run or threaded=False to app.run() fixed it

    0 讨论(0)
提交回复
热议问题