Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kuangliu committed Nov 27, 2020
1 parent 7ad1b9c commit 7941beb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ I'm playing with [PyTorch](http://pytorch.org/) on the CIFAR10 dataset.
## Training
```
# Start training with:
CUDA_VISIBLE_DEVICES=0 python main.py
python main.py
# You can manually resume the training with:
CUDA_VISIBLE_DEVICES=0 python main.py --resume --lr=0.01
python main.py --resume --lr=0.01
```

## Accuracy
Expand Down

0 comments on commit 7941beb

Please sign in to comment.