Home | History | Annotate | only in /external/tensorflow/tensorflow/contrib/eager/python/examples/mnist
Up to higher level directory
NameDateSize
BUILD21-Aug-2018814
mnist.py21-Aug-20188.8K
mnist_graph_test.py21-Aug-20182.4K
mnist_test.py21-Aug-20182.3K
README.md21-Aug-2018235

README.md

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