Hvass-Labs / TensorFlow-Tutorials

TensorFlow Tutorials with YouTube Videos
MIT License
9.28k stars 4.19k forks source link

acc = sess.run(accuracy, feed_dict={x: mnist.test.images, y: mnist.test.Lables}) AttributeError: 'DataSet' object has no attribute 'Lables' #111

Closed Surpassed closed 5 years ago

Surpassed commented 5 years ago

acc = sess.run(accuracy, feed_dict={x: mnist.test.images, y: mnist.test.Lables}) AttributeError: 'DataSet' object has no attribute 'Lables'

Surpassed commented 5 years ago

acc = sess.run(accuracy, feed_dict={x: mnist.test.images, y: mnist.test.Lables}) AttributeError: 'DataSet' object has no attribute 'Lables'

how to solve?

Hvass-Labs commented 5 years ago

This does not seem to have anything to do with my tutorials. Why have you written it here?! It is very rude that you are wasting my time with an unrelated and very poorly formulated issue!

If you need help then you can ask on StackOverflow, but I suggest you formulate an actual question instead of what you have written here.