Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Distributed MNIST Example

This example is used for distributed training on MNIST dataset. Use following commands to install requirements and execute demo on multi-nodes. For horovod usage, please refer to horovod.

pip install -r requirements.txt
horovodrun -np <num_of_processes> -H <hosts> python mnist.py