File tree 2 files changed +4
-4
lines changed
test_tipc/configs/AttentionLSTM
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ amp_train:main.py --amp --amp_level='O2' --validate -c configs/recognition/atten
21
21
null:null
22
22
##
23
23
===========================eval_params===========================
24
- eval:main.py --test -c configs/recognition/attention_lstm/attention_lstm_youtube8m.yaml --save_name inference
24
+ eval:main.py --test -c configs/recognition/attention_lstm/attention_lstm_youtube8m.yaml
25
25
-w:./test_tipc/output/AttentionLSTM/AttentionLSTM_epoch_00001.pdparams
26
26
##
27
27
===========================infer_params===========================
28
28
-o:inference/AttentionLSTM
29
29
-p:null
30
- norm_export:tools/export_model.py -c configs/recognition/attention_lstm/attention_lstm_youtube8m.yaml
30
+ norm_export:tools/export_model.py -c configs/recognition/attention_lstm/attention_lstm_youtube8m.yaml --save_name inference
31
31
quant_export:null
32
32
fpgm_export:null
33
33
distill_export:null
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ null:null
21
21
null:null
22
22
##
23
23
===========================eval_params===========================
24
- eval:main.py --test -c configs/recognition/attention_lstm/attention_lstm_youtube8m.yaml --save_name inference
24
+ eval:main.py --test -c configs/recognition/attention_lstm/attention_lstm_youtube8m.yaml
25
25
-w:./test_tipc/output/AttentionLSTM/AttentionLSTM_epoch_00001.pdparams
26
26
##
27
27
===========================infer_params===========================
28
28
-o:inference/AttentionLSTM
29
29
-p:null
30
- norm_export:tools/export_model.py -c configs/recognition/attention_lstm/attention_lstm_youtube8m.yaml
30
+ norm_export:tools/export_model.py -c configs/recognition/attention_lstm/attention_lstm_youtube8m.yaml --save_name inference
31
31
quant_export:null
32
32
fpgm_export:null
33
33
distill_export:null
You can’t perform that action at this time.
0 commit comments