Skip to content

Commit abfa9c5

Browse files
committed
fix
1 parent aa745d0 commit abfa9c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

graph_net/torch/extractor.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
from . import utils
66

77
torch._dynamo.config.capture_scalar_outputs = True
8-
torch._dynamo.capture_dynamic_output_shape_ops = True
9-
torch._dynamo.config.suppress_errors = True
8+
torch._dynamo.config.capture_dynamic_output_shape_ops = True
109

1110

1211
def extract(name, dynamic=True, mut_graph_codes=None, placeholder_auto_rename=False):

0 commit comments

Comments
 (0)