We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc5fbd commit 57a16a0Copy full SHA for 57a16a0
test_tipc/configs/rtformer/train_infer_python.txt
@@ -35,7 +35,7 @@ export1:null
35
export2:null
36
===========================infer_params===========================
37
infer_model:./test_tipc/output/rtformer_base/model.pdparams
38
-infer_export:export.py --config test_tipc/configs/rtformer/rtformer_base_cityscapes_1024x512_120k.yml
+infer_export:export.py --config test_tipc/configs/rtformer/rtformer_base_cityscapes_1024x512_120k.yml --input_shape 1 3 512 512
39
infer_quant:False
40
inference:deploy/python/infer.py --save_dir ./test_tipc/output/rtformer_base/
41
--device:cpu|gpu
0 commit comments