From 220c646a1480f2c585683d05e7d034d998b52ad0 Mon Sep 17 00:00:00 2001 From: William Falcon <waf2107@columbia.edu> Date: Fri, 23 Aug 2019 14:28:36 -0400 Subject: [PATCH] Update README.md --- research_seed/mnist/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/research_seed/mnist/README.md b/research_seed/mnist/README.md index edb17e9..1aeb159 100644 --- a/research_seed/mnist/README.md +++ b/research_seed/mnist/README.md @@ -3,15 +3,15 @@ In this readme, give instructions on how to run your code. #### CPU ```python -python mnist_train.py +python mnist_trainer.py ``` #### Multiple-GPUs ```python -python mnist_train.py --gpus '0,1,2,3' +python mnist_trainer.py --gpus '0,1,2,3' ``` #### On multiple nodes ```python -python mnist_train.py --gpus '0,1,2,3' --nodes 4 +python mnist_trainer.py --gpus '0,1,2,3' --nodes 4 ``` -- GitLab