1Classification model for the MNIST dataset using eager execution. 2 3To run: 4 5``` 6python mnist.py 7``` 8 9`mnist_graph_test.py` demonstrates that the same code that is executed eagerly 10in `mnist.py` is used to construct a TensorFlow graph. 11