You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,22 +63,24 @@ model = ...
63
63
64
64
# Extract your own model
65
65
model = graph_net.torch.extract(name="model_name", dynamic="True")(model)
66
-
67
-
# After running, the extracted graph will be saved to:
68
-
# $GRAPH_NET_EXTRACT_WORKSPACE/model_name/
69
66
```
70
67
71
-
For details, see docstring of `graph_net.torch.extract` defined in `graph_net/torch/extractor.py`.
68
+
After running, the extracted graph will be saved to: `$GRAPH_NET_EXTRACT_WORKSPACE/model_name/`.
69
+
70
+
For more details, see docstring of `graph_net.torch.extract` defined in `graph_net/torch/extractor.py`.
72
71
73
72
**Step 2: graph_net.torch.validate**
74
73
75
-
To verify that the extracted model meets requirements, we use `graph_net.torch.validate` in CI tool and ask contributors to self-check in advance:
74
+
To verify that the extracted model meets requirements in **construction constraints**, we use `graph_net.torch.validate` in CI tool and also ask contributors to self-check in advance:
0 commit comments