[dy2static] fix bugs in MobileNetV1

pull/2510/head
xiongkun 2022-11-23 11:36:23 +00:00 committed by Wei Shengyu
parent 3d01ffebbc
commit d8f28bf320
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
=========================== base_train =========================== =========================== base_train ===========================
model_name:MobileNetV1 model_name:MobileNetV1
python:python3.7 python:python3.7
gpu_list:0 gpu_list:0|0,1
-o Global.device:gpu -o Global.device:gpu
-o Global.auto_cast:null -o Global.auto_cast:null
-o Global.epochs:lite_train_lite_infer=2|whole_train_whole_infer=120 -o Global.epochs:lite_train_lite_infer=2|whole_train_whole_infer=120
@ -13,7 +13,7 @@ train_infer_img_dir:./dataset/ILSVRC2012/val
null:null null:null
## ##
trainer:norm_train trainer:norm_train
norm_train:tools/train.py -c ppcls/configs/ImageNet/MobileNetV2/MobileNetV2.yaml -o Global.seed=1234 -o DataLoader.Train.sampler.shuffle=False -o DataLoader.Train.loader.num_workers=0 -o DataLoader.Train.loader.use_shared_memory=False -o Global.eval_during_train=False -o Global.save_interval=2 -o Global.print_batch_step=1 norm_train:tools/train.py -c ppcls/configs/ImageNet/MobileNetV1/MobileNetV1.yaml -o Global.seed=1234 -o DataLoader.Train.sampler.shuffle=False -o DataLoader.Train.loader.num_workers=0 -o DataLoader.Train.loader.use_shared_memory=False -o Global.eval_during_train=False -o Global.save_interval=2
pact_train:null pact_train:null
fpgm_train:null fpgm_train:null
distill_train:null distill_train:null