File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ python -m graph_net.test.vision_model_test
234234``` bash
235235python -m graph_net.torch.validate --model-path $GRAPH_NET_EXTRACT_WORKSPACE /model_name
236236```
237- ` validate ` 验证您刚刚抽取的计算图符合Dataset Construction Constraints,如果结果为Success,则可以提交 。
237+ ` validate ` 验证您刚刚抽取的计算图符合Dataset Construction Constraints,如果结果为Success,则可以继续 。
238238
239239
240240
@@ -254,17 +254,17 @@ python -m graph_net.pack --output /path/to/output.zip --clear-after-pack True
254254```
255255该API的功能为:
256256
257- a. 打包` $GRAPH_NET_EXTRACT_WORKSPACE ` 下的所有文件到` /path/to/output.zip `
257+ a. 打包` $GRAPH_NET_EXTRACT_WORKSPACE ` 下的所有文件到` /path/to/output.zip ` (可以设置到 ` GraphNet/samples ` )
258258
259259 b. 若` --clear-after-pack ` 为` True ` ,则打包后清空` $GRAPH_NET_EXTRACT_WORKSPACE `
260260
261261请注意,如果有第三方算子,需要贡献者自行打包到计算图压缩包内。目前没有特别规定存放的目录结构,但只要通过了validate环节,就可以达到验收标准。
262262
2632633 . ** 提交修改**
264264
265- 提交上一步打包完成的计算图压缩包
265+ 移动上一步打包完成的计算图压缩包到 ** samples ** 目录,然后提交。
266266``` bash
267- git add < 新增的文件 >
267+ git add < 计算图压缩包 >
268268git commit -m " 描述"
269269```
2702704 . ** 推送分支到远程** (你的 Fork 仓库)
You can’t perform that action at this time.
0 commit comments