I\'m a newer to tensorflow, I really don\'t know how to solve the problem.
The code is like:
Feed the train with values:
sess.run(tr
I saw one problem with the code. There are two variables with the same name label. One of them refers to a Tensor, and the other one refers to some data. When you set label: label in the feed_dict, you need to distinguish between the two variables.
Maybe you can try changing the name for one of the variables?