Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upList index out of range for FashionMNIST tutorial. #1140
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've just started learning a bit about Tensorflow, and I tried out the Fashion MNIST tutorial. However, I keep getting a list index out of range error. I've copied the code from the official tutorial and also tried using tf.reset_default_graph() as suggested in some other posts, but neither have worked.
Here is the notebook with the error:
https://github.com/fsiraj/Tensorflow-Tutorials/blob/master/Fashion%20MNIST.ipynb
Apologies if I've posted this in the wrong repo, I'm not sure if this issue should be posted here.