Skip to content

Commit

Permalink
fix min_sub_graph (#1606)
Browse files Browse the repository at this point in the history
  • Loading branch information
joey12300 authored Jan 20, 2022
1 parent df48dea commit eb1dd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tipc/bigru_crf/deploy/predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def __init__(self,
if use_tensorrt:
config.enable_tensorrt_engine(
max_batch_size=batch_size,
min_subgraph_size=0,
min_subgraph_size=1,
precision_mode=precision_mode,
use_calib_mode=use_calib_mode)
min_input_shape = {
Expand Down

0 comments on commit eb1dd6d

Please sign in to comment.