Res2Net50_14w_8s.sh 453 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#Res2Net50_14w_8s

python train.py \
            --model=Res2Net50_14w_8s \
            --batch_size=256 \
            --total_images=1281167 \
            --class_dim=1000 \
            --lr_strategy=cosine_decay \
            --lr=0.1 \
            --num_epochs=200 \
            --model_save_dir=output/ \
            --l2_decay=1e-4 \
            --use_mixup=True \
            --use_label_smoothing=True \
            --label_smoothing_epsilon=0.1