Skip to content

Commit 7941beb

Browse files
committed
Update README
1 parent 7ad1b9c commit 7941beb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ I'm playing with [PyTorch](http://pytorch.org/) on the CIFAR10 dataset.
99
## Training
1010
```
1111
# Start training with:
12-
CUDA_VISIBLE_DEVICES=0 python main.py
12+
python main.py
1313
1414
# You can manually resume the training with:
15-
CUDA_VISIBLE_DEVICES=0 python main.py --resume --lr=0.01
15+
python main.py --resume --lr=0.01
1616
```
1717

1818
## Accuracy

0 commit comments

Comments
 (0)