Skip to content

Commit 4470f48

Browse files
update PP-TSN flee_train config
1 parent 8ed2575 commit 4470f48

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test_tipc/configs/PP-TSN/train_fleet_infer_python.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,31 +13,31 @@ train_infer_video_dir:null
1313
-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'
1414
##
1515
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
1717
pact_train:null
1818
fpgm_train:null
1919
distill_train:null
2020
null:null
2121
null:null
2222
##
2323
===========================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
2525
-w:./test_tipc/output/ppTSN/ppTSN_epoch_00001.pdparams
2626
##
2727
===========================infer_params===========================
2828
-o:inference/ppTSN
2929
-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
3131
quant_export:null
3232
fpgm_export:null
3333
distill_export:null
3434
export1:null
3535
export2:null
3636
inference_dir:null
3737
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
3939
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
4141
--use_gpu:True|False
4242
--enable_mkldnn:True|False
4343
--cpu_threads:1|6

0 commit comments

Comments
 (0)