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

Update README.md

parent 49430367
Branches
No related tags found
No related merge requests found
......@@ -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
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment