From 49430367fcc6f2f32023b7a237dcfdf3a93c941a Mon Sep 17 00:00:00 2001 From: William Falcon <waf2107@columbia.edu> Date: Fri, 23 Aug 2019 14:28:18 -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 2667224..edb17e9 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 lightning_modules/train.py +python mnist_train.py ``` #### Multiple-GPUs ```python -python lightning_modules/train.py --gpus '0,1,2,3' +python mnist_train.py --gpus '0,1,2,3' ``` #### On multiple nodes ```python -python lightning_modules/train.py --gpus '0,1,2,3' --nodes 4 +python mnist_train.py --gpus '0,1,2,3' --nodes 4 ``` -- GitLab