From 7ed40fb9a709a1560facc004147a8ccb037beba2 Mon Sep 17 00:00:00 2001 From: Yang Nie Date: Thu, 24 Nov 2022 01:56:15 +0800 Subject: [PATCH] rename filenames --- .../ImageNet/CvT/{cvt_13_224x224.yaml => CvT_13_224.yaml} | 0 ...infer_python.txt => CvT_13_224_train_infer_python.txt} | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) rename ppcls/configs/ImageNet/CvT/{cvt_13_224x224.yaml => CvT_13_224.yaml} (100%) rename test_tipc/configs/CvT/{cvt_13_224x224_train_infer_python.txt => CvT_13_224_train_infer_python.txt} (82%) diff --git a/ppcls/configs/ImageNet/CvT/cvt_13_224x224.yaml b/ppcls/configs/ImageNet/CvT/CvT_13_224.yaml similarity index 100% rename from ppcls/configs/ImageNet/CvT/cvt_13_224x224.yaml rename to ppcls/configs/ImageNet/CvT/CvT_13_224.yaml diff --git a/test_tipc/configs/CvT/cvt_13_224x224_train_infer_python.txt b/test_tipc/configs/CvT/CvT_13_224_train_infer_python.txt similarity index 82% rename from test_tipc/configs/CvT/cvt_13_224x224_train_infer_python.txt rename to test_tipc/configs/CvT/CvT_13_224_train_infer_python.txt index 723c5e1d..48c1a9f0 100644 --- a/test_tipc/configs/CvT/cvt_13_224x224_train_infer_python.txt +++ b/test_tipc/configs/CvT/CvT_13_224_train_infer_python.txt @@ -1,5 +1,5 @@ ===========================train_params=========================== -model_name:cvt_13_224x224 +model_name:CvT_13_224 python:python3.7 gpu_list:0|0,1 -o Global.device:gpu @@ -13,7 +13,7 @@ train_infer_img_dir:./dataset/ILSVRC2012/val null:null ## 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 fpgm_train:null distill_train:null @@ -21,13 +21,13 @@ null:null null:null ## ===========================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 ## ===========================infer_params========================== -o Global.save_inference_dir:./inference -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 fpgm_export:null distill_export:null -- GitLab