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