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

Update README.md

parent b9f3c511
No related branches found
No related tags found
No related merge requests found
...@@ -3,15 +3,15 @@ In this readme, give instructions on how to run your code. ...@@ -3,15 +3,15 @@ In this readme, give instructions on how to run your code.
#### CPU #### CPU
```python ```python
python lightning_modules/train.py python mnist_train.py
``` ```
#### Multiple-GPUs #### Multiple-GPUs
```python ```python
python lightning_modules/train.py --gpus '0,1,2,3' python mnist_train.py --gpus '0,1,2,3'
``` ```
#### On multiple nodes #### On multiple nodes
```python ```python
python lightning_modules/train.py --gpus '0,1,2,3' --nodes 4 python mnist_train.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