Skip to content
Snippets Groups Projects
Unverified Commit 47cd3b8e authored by William Falcon's avatar William Falcon Committed by GitHub
Browse files

Update README.md

parent e0569422
No related branches found
No related tags found
No related merge requests found
...@@ -2,16 +2,16 @@ ...@@ -2,16 +2,16 @@
In this readme, give instructions on how to run your code. In this readme, give instructions on how to run your code.
#### CPU #### CPU
```python ```bash
python mnist_trainer.py python mnist_trainer.py
``` ```
#### Multiple-GPUs #### Multiple-GPUs
```python ```bash
python mnist_trainer.py --gpus '0,1,2,3' python mnist_trainer.py --gpus '0,1,2,3'
``` ```
#### On multiple nodes #### On multiple nodes
```python ```bash
python mnist_trainer.py --gpus '0,1,2,3' --nodes 4 python mnist_trainer.py --gpus '0,1,2,3' --nodes 4
``` ```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment