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 479e342 commit df89c3aCopy full SHA for df89c3a
graph_net/torch/extractor.py
@@ -92,7 +92,6 @@ def try_rename_placeholder(node):
92
return gm.forward
93
94
# return torch.compile(backend=extractor, dynamic=dynamic)
95
- print(model)
96
compiled_model = torch.compile(model, backend=extractor, dynamic=dynamic)
97
98
return compiled_model
0 commit comments