Skip to content
This repository has been archived by the owner on Nov 18, 2019. It is now read-only.

Latest commit

 

History

History

binary_mnist

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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