Quantcast
Channel: Having problems feeding data to tensorflow graph - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Olivier Moindrot for Having problems feeding data to tensorflow graph

You are trying to feed the feed_dict argument with TensorFlow tensors. TensorFlow then tries to convert these tf.Tensor to numpy arrays but cannot and returns your error. As you use an input queue, you...

View Article



Having problems feeding data to tensorflow graph

I am trying to adjust the MNIST2 problem in tensorflow tutorial to train a neural network using my own images. But I am having problems feeding data to the graph. My code: from __future__ import...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images