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 d1b2a69 commit aa745d0Copy full SHA for aa745d0
graph_net/torch/extractor.py
@@ -5,6 +5,8 @@
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
10
11
12
def extract(name, dynamic=True, mut_graph_codes=None, placeholder_auto_rename=False):
0 commit comments