Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Refine User Scripts #2849

Merged
merged 15 commits into from
Dec 29, 2022
Prev Previous commit
Next Next commit
fix tipc --opts params
  • Loading branch information
juncaipeng committed Dec 26, 2022
commit c4ba3945db06d03ec34f6aed8894a664e8c52341
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ inference:deploy/python/infer.py
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[3,512,512]}]
===========================to_static_train_benchmark_params===========================
to_static_train:--opts to_static_training True
to_static_train:--opts to_static_training=True
===========================train_benchmark_params==========================
batch_size:2
fp_items:fp32|fp16
Expand Down
2 changes: 1 addition & 1 deletion test_tipc/configs/fastscnn/train_infer_python.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ inference:deploy/python/infer.py
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[3,1024,1024]}]
===========================to_static_train_benchmark_params===========================
to_static_train:--opts to_static_training True
to_static_train:--opts to_static_training=True
===========================train_benchmark_params==========================
batch_size:2|4
fp_items:fp32|fp16
Expand Down
2 changes: 1 addition & 1 deletion test_tipc/configs/ocrnet_hrnetw48/train_infer_python.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ inference:deploy/python/infer.py
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[3,1024,2048]}]
===========================to_static_train_benchmark_params===========================
to_static_train:--opts to_static_training True
to_static_train:--opts to_static_training=True
===========================train_benchmark_params==========================
batch_size:2|4
fp_items:fp32|fp16
Expand Down
2 changes: 1 addition & 1 deletion test_tipc/configs/pp_liteseg_stdc1/train_infer_python.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ inference:deploy/python/infer.py --save_dir ./test_tipc/output/pp_liteseg_stdc1/
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[3,1024,1024]}]
===========================to_static_train_benchmark_params===========================
to_static_train:--opts to_static_training True
to_static_train:--opts to_static_training=True
===========================train_benchmark_params==========================
batch_size:2
fp_items:fp32|fp16
Expand Down
2 changes: 1 addition & 1 deletion test_tipc/configs/pphumanseg_lite/train_infer_python.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ inference:deploy/python/infer.py
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[3,224,398]}]
===========================to_static_train_benchmark_params===========================
to_static_train:--opts to_static_training True
to_static_train:--opts to_static_training=True
===========================train_benchmark_params==========================
batch_size:2|4
fp_items:fp32|fp16
Expand Down
2 changes: 1 addition & 1 deletion test_tipc/configs/segformer_b0/train_infer_python.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ inference:deploy/python/infer.py
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[3,1024,2048]}]
===========================to_static_train_benchmark_params===========================
to_static_train:--opts to_static_training True
to_static_train:--opts to_static_training=True
===========================train_benchmark_params==========================
batch_size:2|4
fp_items:fp32|fp16
Expand Down
2 changes: 1 addition & 1 deletion test_tipc/configs/sfnet/train_infer_python.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ inference:deploy/python/infer.py
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[3,1024,1024]}]
===========================to_static_train_benchmark_params===========================
to_static_train:--opts to_static_training True
to_static_train:--opts to_static_training=True
===========================train_benchmark_params==========================
batch_size:4
fp_items:fp32|fp16
Expand Down