diff --git "a/Ascend-PyTorch\347\246\273\347\272\277\346\216\250\347\220\206\346\214\207\345\257\274/PyTorch\347\246\273\347\272\277\346\216\250\347\220\206-\344\272\244\344\273\230\346\240\207\345\207\206\344\270\216\344\272\244\344\273\230\344\273\266.md" "b/Ascend-PyTorch\347\246\273\347\272\277\346\216\250\347\220\206\346\214\207\345\257\274/PyTorch\347\246\273\347\272\277\346\216\250\347\220\206-\344\272\244\344\273\230\346\240\207\345\207\206\344\270\216\344\272\244\344\273\230\344\273\266.md" index 4e5557bc6aec18648a1e44dc1424907556e79c8d..a885e25fb338fedcfa3232b6d4137079ec555a2a 100644 --- "a/Ascend-PyTorch\347\246\273\347\272\277\346\216\250\347\220\206\346\214\207\345\257\274/PyTorch\347\246\273\347\272\277\346\216\250\347\220\206-\344\272\244\344\273\230\346\240\207\345\207\206\344\270\216\344\272\244\344\273\230\344\273\266.md" +++ "b/Ascend-PyTorch\347\246\273\347\272\277\346\216\250\347\220\206\346\214\207\345\257\274/PyTorch\347\246\273\347\272\277\346\216\250\347\220\206-\344\272\244\344\273\230\346\240\207\345\207\206\344\270\216\344\272\244\344\273\230\344\273\266.md" @@ -106,13 +106,13 @@ [PyTorch离线推理-Xxx模型测试报告.docx](https://gitee.com/wangjiangben_hw/ascend-pytorch-crowdintelligence-doc/blob/master/Ascend-PyTorch%E7%A6%BB%E7%BA%BF%E6%8E%A8%E7%90%86%E6%8C%87%E5%AF%BC/PyTorch%E7%A6%BB%E7%BA%BF%E6%8E%A8%E7%90%86-Xxx%E6%A8%A1%E5%9E%8B%E6%B5%8B%E8%AF%95%E6%8A%A5%E5%91%8A.docx)模板中含性能不达标时的优化案例与测试项 - 参考 + 以下是7月15前交付的模型pr参考: 如果使用补丁文件修改了模型代码则将补丁打入模型代码,如果需要引用模型代码的类或函数通过sys.path.append(r"./pytorch-nested-unet")添加搜索路径 参见https://gitee.com/ascend/modelzoo/pulls/2309 - 模型不支持动态onnx,性能不达标等特殊情况需要在pr备注与README性能优化里说明 参见https://gitee.com/ascend/modelzoo/pulls/2122 - 比较标准的pr: + 最新交付的模型pr请参考: https://gitee.com/ascend/modelzoo/pulls/3359 https://gitee.com/ascend/modelzoo/pulls/3572 https://gitee.com/ascend/modelzoo/pulls/4859 @@ -153,7 +153,7 @@ bs16:310=(2096.376/1234.940)1.70倍t4 ``` - PR内容模板 - - PR示例链接 https://gitee.com/ascend/modelzoo/pulls/2309 + - PR示例链接 https://gitee.com/ascend/modelzoo/pulls/3359 - 首次贡献请check cla,并阅读[CONTRIBUTING.md](https://gitee.com/ascend/modelzoo/blob/master/contrib/CONTRIBUTING.md) - PR名称 - [学校学院名称][高校贡献][PyTorch离线推理][模型名称]-PR内容摘要 @@ -206,7 +206,7 @@ bs1:310=(1497.252/763.044)1.96倍基准 bs16:310=(2096.376/1234.940)1.70倍基准 - - 示例链接 https://gitee.com/ascend/modelzoo/pulls/2309 + - 示例链接 https://gitee.com/ascend/modelzoo/pulls/3359 **Which issue(s) this PR fixes**: # 用于后期issue关联的pr diff --git "a/Ascend-PyTorch\347\246\273\347\272\277\346\216\250\347\220\206\346\214\207\345\257\274/PyTorch\347\246\273\347\272\277\346\216\250\347\220\206-\346\250\241\345\236\213\346\241\210\344\276\213.md" "b/Ascend-PyTorch\347\246\273\347\272\277\346\216\250\347\220\206\346\214\207\345\257\274/PyTorch\347\246\273\347\272\277\346\216\250\347\220\206-\346\250\241\345\236\213\346\241\210\344\276\213.md" index 3123b5a52b2389c86df64761fc0a2fbecb82fbf0..8ccefea0afc2678ea6097bdd5642298bba6c2260 100644 --- "a/Ascend-PyTorch\347\246\273\347\272\277\346\216\250\347\220\206\346\214\207\345\257\274/PyTorch\347\246\273\347\272\277\346\216\250\347\220\206-\346\250\241\345\236\213\346\241\210\344\276\213.md" +++ "b/Ascend-PyTorch\347\246\273\347\272\277\346\216\250\347\220\206\346\214\207\345\257\274/PyTorch\347\246\273\347\272\277\346\216\250\347\220\206-\346\250\241\345\236\213\346\241\210\344\276\213.md" @@ -30,7 +30,6 @@ [专题案例](https://gitee.com/wangjiangben_hw/ascend-pytorch-crowdintelligence-doc/tree/master/Ascend-PyTorch%E7%A6%BB%E7%BA%BF%E6%8E%A8%E7%90%86%E6%8C%87%E5%AF%BC/%E4%B8%93%E9%A2%98%E6%A1%88%E4%BE%8B) ├── 功能打通 -├── 开发环境 ├── 性能调优 ├── 相关工具 └── 精度调试 diff --git "a/Ascend-PyTorch\347\246\273\347\272\277\346\216\250\347\220\206\346\214\207\345\257\274/PyTorch\347\246\273\347\272\277\346\216\250\347\220\206-\351\252\214\346\224\266\346\214\207\345\215\227.md" "b/Ascend-PyTorch\347\246\273\347\272\277\346\216\250\347\220\206\346\214\207\345\257\274/PyTorch\347\246\273\347\272\277\346\216\250\347\220\206-\351\252\214\346\224\266\346\214\207\345\215\227.md" index adc620d1442b3517a11b1024f392f65f59c5b3db..b001fef2935eea4c1c6a02d08a967799a53a091f 100644 --- "a/Ascend-PyTorch\347\246\273\347\272\277\346\216\250\347\220\206\346\214\207\345\257\274/PyTorch\347\246\273\347\272\277\346\216\250\347\220\206-\351\252\214\346\224\266\346\214\207\345\215\227.md" +++ "b/Ascend-PyTorch\347\246\273\347\272\277\346\216\250\347\220\206\346\214\207\345\257\274/PyTorch\347\246\273\347\272\277\346\216\250\347\220\206-\351\252\214\346\224\266\346\214\207\345\215\227.md" @@ -86,7 +86,7 @@ bs1:310=(1497.252/763.044)1.96倍基准 bs16:310=(2096.376/1234.940)1.70倍基准 ``` - - 示例链接 https://gitee.com/ascend/modelzoo/pulls/2934 + - 示例链接 https://gitee.com/ascend/modelzoo/pulls/3359 5. 验收完成后,需要进行以下几步 - 在pr评论区按照上文模板反馈验收结果 @@ -131,7 +131,5 @@ - 如果使用补丁文件修改了模型代码则将补丁打入模型代码,如果需要引用模型代码仓的类或函数通过sys.path.append(r"./pytorch-nested-unet")添加搜索路径 预处理脚本不需要improt该脚本没有使用的库 参考https://gitee.com/ascend/modelzoo/pulls/2309 -参考https://gitee.com/ascend/modelzoo/pulls/2585 - 模型不支持动态onnx,性能不达标等特殊情况需要在pr备注与性能优化里说明 参考https://gitee.com/ascend/modelzoo/pulls/2122 -参考https://gitee.com/ascend/modelzoo/pulls/2328 diff --git "a/Ascend-PyTorch\347\246\273\347\272\277\346\216\250\347\220\206\346\214\207\345\257\274/\344\270\223\351\242\230\346\241\210\344\276\213/\345\212\237\350\203\275\346\211\223\351\200\232/\343\200\220\347\233\256\346\240\207\350\267\237\350\270\252\343\200\221-SiamMask-\347\275\221\347\273\234\345\210\206\346\256\265\344\270\216msame\345\267\245\345\205\267\346\216\250\347\220\206.md" "b/Ascend-PyTorch\347\246\273\347\272\277\346\216\250\347\220\206\346\214\207\345\257\274/\344\270\223\351\242\230\346\241\210\344\276\213/\345\212\237\350\203\275\346\211\223\351\200\232/\343\200\220\347\233\256\346\240\207\350\267\237\350\270\252\343\200\221-SiamMask\347\275\221\347\273\234\345\210\206\346\256\265\344\270\216msame\345\267\245\345\205\267\346\216\250\347\220\206.md" similarity index 100% rename from "Ascend-PyTorch\347\246\273\347\272\277\346\216\250\347\220\206\346\214\207\345\257\274/\344\270\223\351\242\230\346\241\210\344\276\213/\345\212\237\350\203\275\346\211\223\351\200\232/\343\200\220\347\233\256\346\240\207\350\267\237\350\270\252\343\200\221-SiamMask-\347\275\221\347\273\234\345\210\206\346\256\265\344\270\216msame\345\267\245\345\205\267\346\216\250\347\220\206.md" rename to "Ascend-PyTorch\347\246\273\347\272\277\346\216\250\347\220\206\346\214\207\345\257\274/\344\270\223\351\242\230\346\241\210\344\276\213/\345\212\237\350\203\275\346\211\223\351\200\232/\343\200\220\347\233\256\346\240\207\350\267\237\350\270\252\343\200\221-SiamMask\347\275\221\347\273\234\345\210\206\346\256\265\344\270\216msame\345\267\245\345\205\267\346\216\250\347\220\206.md"