This example shows how to define, compile, run, and debug a CNN for MNIST digit classification.
-
Save the Model Create
examples/mnist.neuralwith the content above. -
Compile for TensorFlow
python neural.py compile examples/mnist.neural --backend tensorflow --output examples/mnist_tf.py