Xception65.sh 443 字节
Newer Older
1
#Xception65
R
ruri 已提交
2
python train.py \
3
	    --model=Xception65 \
R
ruri 已提交
4
            --batch_size=256 \
R
ruri 已提交
5
            --image_shape=3 299 299 \
R
ruri 已提交
6 7 8 9 10 11
            --lr_strategy=cosine_decay \
            --lr=0.1 \
            --num_epochs=200 \
            --model_save_dir=output/ \
            --l2_decay=1e-4 \
            --use_mixup=True \
12
            --resize_short_size=320 \
R
ruri 已提交
13 14
            --use_label_smoothing=True \
            --label_smoothing_epsilon=0.1 \