mh-taylor / MNIST_Code_Final

This is the final MNIST Python code for: Neural Networks: A Visual Introduction For Beginners.
6 stars 3 forks source link

tensorflow.examples no longer exists with Tensorflow V2+ #1

Open gdunit opened 9 months ago

gdunit commented 9 months ago

When entering code as per the book / tutorial, the tensorflow.examples namespace generates an error due to changes in the API. See https://github.com/tensorflow/tensorflow/issues/32790

LeonardoFibucchi commented 3 months ago

Same here, could you update the example to be compliant with tensorflow v2? thank you