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 a342d13 commit 2092f79Copy full SHA for 2092f79
graph_net/torch/extractor.py
@@ -66,6 +66,7 @@ def try_rename_placeholder(node):
66
"framework": "torch",
67
"num_devices_required": 1,
68
"num_nodes_required": 1,
69
+ "dynamic": bool(dynamic),
70
}
71
with open(os.path.join(model_path, "graph_net.json"), "w") as f:
72
json.dump(metadata, f, indent=4)
0 commit comments