===========================train_params=========================== model_name:MobileNetV1 python:python3.7 gpu_list:0|0,1 -o Global.device:gpu -o Global.auto_cast:null -o Global.epochs:lite_train_infer=2|whole_train_infer=120 -o Global.output_dir:./output/ -o DataLoader.Train.sampler.batch_size:8 -o Global.pretrained_model:null train_model_name:latest train_infer_img_dir:./dataset/ILSVRC2012/val null:null ## trainer:norm_train 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 pact_train:null fpgm_train:null distill_train:null null:null null:null ## ===========================eval_params=========================== eval:tools/eval.py -c ppcls/configs/ImageNet/MobileNetV1/MobileNetV1.yaml null:null ## ===========================infer_params========================== -o Global.save_inference_dir:./inference -o Global.pretrained_model: norm_export:tools/export_model.py -c ppcls/configs/ImageNet/MobileNetV1/MobileNetV1.yaml quant_export:null fpgm_export:null distill_export:null export1:null export2:null inference_model_url:https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/whole_chain/MobileNetV1_inference.tar infer_model:../inference/ infer_export:null infer_quant:Fasle inference:python/predict_cls.py -c configs/inference_cls.yaml -o Global.use_gpu:True|False -o Global.enable_mkldnn:True|False -o Global.cpu_num_threads:1|6 -o Global.batch_size:1 -o Global.use_tensorrt:True|False -o Global.use_fp16:True|False -o Global.inference_model_dir:../inference -o Global.infer_imgs:../dataset/ILSVRC2012/val -o Global.save_log_path:null -o Global.benchmark:True null:null