pull/6285/head
littletomatodonkey 2022-05-13 14:45:40 +00:00
parent c425ba9b85
commit 85cfc51ece
1 changed files with 0 additions and 3 deletions

View File

@ -283,9 +283,6 @@ def create_predictor(args, mode, logger):
else:
use_dynamic_shape = False
if use_dynamic_shape:
print("min_input_shape: ", min_input_shape)
print("max_input_shape: ", max_input_shape)
print("opt_input_shape: ", opt_input_shape)
config.set_trt_dynamic_shape_info(
min_input_shape, max_input_shape, opt_input_shape)