• Home
Name Date Size #Lines LOC

..--

BUILDD03-May-2024814 3731

README.mdD03-May-2024235 117

mnist.pyD03-May-20248.8 KiB265208

mnist_graph_test.pyD03-May-20242.4 KiB6629

mnist_test.pyD03-May-20242.3 KiB8145

README.md

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