Skip to content

Commit

Permalink
迁移的时候多迭代几个epoch吧
Browse files Browse the repository at this point in the history
  • Loading branch information
littlepai committed Dec 5, 2019
1 parent 6f5ee00 commit 5010ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ echo "解压一毛一样的迁移样本当验证集(数据少),存放于 $tl
unzip data/迁移学习样本.zip -d $tl_val_sample_dir > /dev/null

echo "开始迁移学习"
python main.py --restore True --lr 1e-5 --traindir $tl_train_sample_dir --valdir $tl_val_sample_dir --epoch 10 --batchSize 32
python main.py --restore True --lr 1e-5 --traindir $tl_train_sample_dir --valdir $tl_val_sample_dir --batchSize 32

0 comments on commit 5010ba3

Please sign in to comment.