Update README.md

master
Chen94yue 2019-07-18 17:51:08 +08:00 committed by GitHub
parent bad9bca2c8
commit 1e9c63d7e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ For training CUB / STCAR / AIR from scratch
```shell
python train.py --data CUB --epoch 360 --backbone resnet50 \
--tb 16 --tnw 16 --vb 512 --vnw 16 \
--lr 0.008 --lr_step 60 \
--lr 0.0008 --lr_step 60 \
--cls_lr_ratio 10 --start_epoch 0 \
--detail training_descibe --size 512 \
--crop 448 --cls_mul --swap_num 7 7
@ -96,7 +96,7 @@ For training CUB / STCAR / AIR from trained checkpoint
```shell
python train.py --data CUB --epoch 360 --backbone resnet50 \
--tb 16 --tnw 16 --vb 512 --vnw 16 \
--lr 0.008 --lr_step 60 \
--lr 0.0008 --lr_step 60 \
--cls_lr_ratio 10 --start_epoch $LAST_EPOCH \
--detail training_descibe4checkpoint --size 512 \
--crop 448 --cls_mul --swap_num 7 7