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
a. Packages all files under `$GRAPH_NET_EXTRACT_WORKSPACE` into `/path/to/output.zip`
266
+
a. Packages all files under `$GRAPH_NET_EXTRACT_WORKSPACE` into `/path/to/output.zip` (You can set it to `GraphNet/samples`)
267
267
268
268
b. Clears the workspace if `--clear-after-pack` is `True`
269
269
270
-
Note: If third-party ops are used, contributors must include them manually in the graph directory. As long as `validate` passes, no specific folder structure is required.
270
+
Note: If third-party ops are used, contributors must include them manually in the package. As long as `validate` passes, no specific folder structure is required.
271
271
272
272
3. **Commit the changes**
273
273
274
+
Move the packaged computational graph in the previous step to **samples** directory and commit.
0 commit comments