File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,31 +13,31 @@ train_infer_video_dir:null
13
13
-o DATASET.train.file_path:'data/k400/train_small_frames.list' -o DATASET.valid.file_path='data/k400/val_small_frames.list' -o DATASET.test.file_path='data/k400/val_small_frames.list'
14
14
##
15
15
trainer:norm_train
16
- norm_train:main.py --validate -c configs/recognition/pptsn/pptsn_k400_frames_uniform .yaml --seed 1234
16
+ norm_train:main.py --validate -c configs/recognition/pptsn/pptsn_k400_frames .yaml --seed 1234
17
17
pact_train:null
18
18
fpgm_train:null
19
19
distill_train:null
20
20
null:null
21
21
null:null
22
22
##
23
23
===========================eval_params===========================
24
- eval:main.py --test -c configs/recognition/pptsn/pptsn_k400_frames_uniform .yaml -o DATASET.test.file_path=data/k400/val_small_frames.list
24
+ eval:main.py --test -c configs/recognition/pptsn/pptsn_k400_frames .yaml -o DATASET.test.file_path=data/k400/val_small_frames.list
25
25
-w:./test_tipc/output/ppTSN/ppTSN_epoch_00001.pdparams
26
26
##
27
27
===========================infer_params===========================
28
28
-o:inference/ppTSN
29
29
-p:null
30
- norm_export:tools/export_model.py -c configs/recognition/pptsn/pptsn_k400_frames_uniform .yaml --save_name inference
30
+ norm_export:tools/export_model.py -c configs/recognition/pptsn/pptsn_k400_frames .yaml --save_name inference
31
31
quant_export:null
32
32
fpgm_export:null
33
33
distill_export:null
34
34
export1:null
35
35
export2:null
36
36
inference_dir:null
37
37
infer_model:./data/ppTSN_k400_uniform.pdparams
38
- infer_export:tools/export_model.py -c configs/recognition/pptsn/pptsn_k400_frames_uniform .yaml
38
+ infer_export:tools/export_model.py -c configs/recognition/pptsn/pptsn_k400_frames .yaml
39
39
infer_quant:False
40
- inference:tools/predict.py --config configs/recognition/pptsn/pptsn_k400_frames_uniform .yaml
40
+ inference:tools/predict.py --config configs/recognition/pptsn/pptsn_k400_frames .yaml
41
41
--use_gpu:True|False
42
42
--enable_mkldnn:True|False
43
43
--cpu_threads:1|6
You can’t perform that action at this time.
0 commit comments