#Xception65
python train.py \
--model=Xception65 \
--batch_size=256 \
--image_shape=3 299 299 \
--lr_strategy=cosine_decay \ --lr=0.1 \ --num_epochs=200 \ --model_save_dir=output/ \ --l2_decay=1e-4 \ --use_mixup=True \
--resize_short_size=320 \
--use_label_smoothing=True \ --label_smoothing_epsilon=0.1 \