Skip to content

Latest commit

 

History

History

cifar10_dist_eval

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

CIFAR-10 Evaluation Example

Single process evaluation

python cifar10_eval.py

Multiple processes evaluation with torch.distributed

python cifar10_eval_torch_dist.py

Multiple processes evaluation with MPI4Py

mpirun -np 3 python3 cifar10_eval_mpi4py.py