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 aa745d0 commit abfa9c5Copy full SHA for abfa9c5
graph_net/torch/extractor.py
@@ -5,8 +5,7 @@
5
from . import utils
6
7
torch._dynamo.config.capture_scalar_outputs = True
8
-torch._dynamo.capture_dynamic_output_shape_ops = True
9
-torch._dynamo.config.suppress_errors = True
+torch._dynamo.config.capture_dynamic_output_shape_ops = True
10
11
12
def extract(name, dynamic=True, mut_graph_codes=None, placeholder_auto_rename=False):
0 commit comments