Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 194 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 194 Bytes

Binary LeNet on MNIST

train

python mnist_cnn.py --o trained_model --epochs 1 [--gpus GPU_ID]

validate

python mnist_cnn.py --model_prefix trained_model --epochs 1 -- predict