Skip to content

Commit aa745d0

Browse files
committed
fix
1 parent d1b2a69 commit aa745d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

graph_net/torch/extractor.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
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
810

911

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

0 commit comments

Comments
 (0)