提交 7ed40fb9 编写于 作者: Y Yang Nie 提交者: Tingquan Gao

rename filenames

上级 4cfd2159
===========================train_params=========================== ===========================train_params===========================
model_name:cvt_13_224x224 model_name:CvT_13_224
python:python3.7 python:python3.7
gpu_list:0|0,1 gpu_list:0|0,1
-o Global.device:gpu -o Global.device:gpu
...@@ -13,7 +13,7 @@ train_infer_img_dir:./dataset/ILSVRC2012/val ...@@ -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/CvT/cvt_13_224x224.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 norm_train:tools/train.py -c ppcls/configs/ImageNet/CvT/CvT_13_224.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 pact_train:null
fpgm_train:null fpgm_train:null
distill_train:null distill_train:null
...@@ -21,13 +21,13 @@ null:null ...@@ -21,13 +21,13 @@ null:null
null:null null:null
## ##
===========================eval_params=========================== ===========================eval_params===========================
eval:tools/eval.py -c ppcls/configs/ImageNet/CvT/cvt_13_224x224.yaml eval:tools/eval.py -c ppcls/configs/ImageNet/CvT/CvT_13_224.yaml
null:null null:null
## ##
===========================infer_params========================== ===========================infer_params==========================
-o Global.save_inference_dir:./inference -o Global.save_inference_dir:./inference
-o Global.pretrained_model: -o Global.pretrained_model:
norm_export:tools/export_model.py -c ppcls/configs/ImageNet/CvT/cvt_13_224x224.yaml norm_export:tools/export_model.py -c ppcls/configs/ImageNet/CvT/CvT_13_224.yaml
quant_export:null quant_export:null
fpgm_export:null fpgm_export:null
distill_export:null distill_export:null
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册