Quantcast
Channel: run() got an unexpected keyword argument 'feed' - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Vladimir Bystricky for run() got an unexpected keyword argument 'feed'

Change last lines to: test_images = np.reshape(mnist.test.images, (-1, 28, 28, 1)) test_data = {X:mnist.test.images, Y_:test_images} a,c = sess.run([accuracy, cross_entropy],feed_dict=test_data)

View Article



run() got an unexpected keyword argument 'feed'

I'm started on tensorflow and I'm trying to read handwritten letters from a MNIST. I've got an error in my code but I don't understand why. I've found a post which is similar to this one but i've got...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images