We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df48dea commit eb1dd6dCopy full SHA for eb1dd6d
tests/test_tipc/bigru_crf/deploy/predict.py
@@ -173,7 +173,7 @@ def __init__(self,
173
if use_tensorrt:
174
config.enable_tensorrt_engine(
175
max_batch_size=batch_size,
176
- min_subgraph_size=0,
+ min_subgraph_size=1,
177
precision_mode=precision_mode,
178
use_calib_mode=use_calib_mode)
179
min_input_shape = {
0 commit comments