Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

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