Skip to content

Latest commit

 

History

History
 
 

mnist_export_v2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

MNIST classifier to export as Tensorflow Hub Module

To export

The script expects that TensorFlow 2.0 is installed, e.g.

pip install tensorflow==2.0.0-beta0

Run the exporter as:

python3 export.py --export_path=/tmp/mnist_module

To run the tests

From the project root directory run:

bazel test examples/mnist_export_v2:export_test