#Res2Net101_vd_26w_4s python train.py \ --model=Res2Net101_vd_26w_4s \ --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