We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad1b9c commit 7941bebCopy full SHA for 7941beb
README.md
@@ -9,10 +9,10 @@ I'm playing with [PyTorch](http://pytorch.org/) on the CIFAR10 dataset.
9
## Training
10
```
11
# Start training with:
12
-CUDA_VISIBLE_DEVICES=0 python main.py
+python main.py
13
14
# You can manually resume the training with:
15
-CUDA_VISIBLE_DEVICES=0 python main.py --resume --lr=0.01
+python main.py --resume --lr=0.01
16
17
18
## Accuracy
0 commit comments