Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

MNIST

In this readme, give instructions on how to run your code.

CPU

python mnist_trainer.py     

Multiple-GPUs

python mnist_trainer.py --gpus '0,1,2,3'  

On multiple nodes

python mnist_trainer.py --gpus '0,1,2,3' --nodes 4