Running the first example on Tensorflow's tutorial results in an exception. Tutorial: https://www.tensorflow.org/get_started/mnist/beginners
Code: https://github.com/tensorflow/tensorflow/blob/r1.3/tensorflow/examples/tutorials/mnist/mnist_softmax.py
The error I am encountering is:
An exception has occurred, use %tb to see the full traceback
I am using Python 3.6 and the latest version of Tensorflow. Can anyone else try running the code and see if a similar error occurs?