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
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,15 +71,14 @@ For more details, see docstring of `graph_net.torch.extract` defined in `graph_n
71
71
72
72
**Step 2: graph_net.torch.validate**
73
73
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:
74
+
To verify that the extracted model meets requirements, we use `graph_net.torch.validate` in CI tool and also ask contributors to self-check in advance:
A unique `graph_hash.txt` will be generated after validation and examined in CI procedure to avoid redundant.
82
-
81
+
All the **construction constraints** will be examined automatically. After passing validation, a unique `graph_hash.txt` will be generated and later checked in CI procedure to avoid redundant.
0 commit comments