Skip to content

Commit 2f8d3ae

Browse files
committed
Update tensorrt_test_base.py
1 parent b817d2b commit 2f8d3ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/tensorrt/tensorrt_test_base.py

+1
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ def check_trt_result(self, rtol=1e-5, atol=1e-5, precision_mode="fp32"):
303303
max_input_shape=self.max_shape,
304304
)
305305
trt_config = TensorRTConfig(inputs=[input])
306+
trt_config.glog_info = True
306307
if precision_mode == "fp16":
307308
trt_config.precision_mode = PrecisionMode.FP16
308309

0 commit comments

Comments
 (0)