python train.py \ --model=Xception_41 \ --batch_size=256 \ --total_images=1281167 \ --image_shape=3,224,224 \ --class_dim=1000 \ --lr_strategy=cosine_decay \ --lr=0.045 \ --num_epochs=120 \ --model_save_dir=output/ \ --l2_decay=1e-4 \ --resize_short_size=320