From 7941bebc1207af338a98eb7cd32aa58582d8d003 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=86=E6=89=AC?= Date: Fri, 27 Nov 2020 15:58:28 +0800 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34539494a..f45a2bcf9 100644 --- a/README.md +++ b/README.md @@ -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