Skip to content

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