From a2bd82f4512ea25acfc75b8fe37fc65c9e1983e7 Mon Sep 17 00:00:00 2001 From: LDOUBLEV Date: Thu, 3 Mar 2022 19:59:45 +0800 Subject: [PATCH] fix shape --- test_tipc/configs/det_mv3_db_v2_0/train_infer_python.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_tipc/configs/det_mv3_db_v2_0/train_infer_python.txt b/test_tipc/configs/det_mv3_db_v2_0/train_infer_python.txt index 5cd0c2af..fab8f50d 100644 --- a/test_tipc/configs/det_mv3_db_v2_0/train_infer_python.txt +++ b/test_tipc/configs/det_mv3_db_v2_0/train_infer_python.txt @@ -50,7 +50,7 @@ null:null --benchmark:True null:null ===========================infer_benchmark_params========================== -random_infer_input:[{float32,[3,960,960]}];[{float32,[3,960,960]}] +random_infer_input:[{float32,[3,640,640]}];[{float32,[3,960,960]}] ===========================train_benchmark_params========================== batch_size:8|16 fp_items:fp32|fp16 -- GitLab