I had the same issue with flask. adding --without-threads
flag to flask run
or threaded=False
to app.run()
fixed it
↧
Answer by ahmadali shafiee for Tensorflow: Cannot interpret feed_dict key as Tensor
↧