- this repo provide a simple testing code for MNIST training
torchrun
--standalone
--nnodes=1
--nproc_per_node=2
main.py
--batch_size 256
2> train_error.log 1>train_logs.log
SunnyHaze/torch_distribute_test
Testing pytorch distributed training script when you want to test on a new environments.
Python