From f1a5f3e275d34c766e741f49bd1afeced3e951e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=AD=E4=B8=9A=E5=BA=86?= Date: Wed, 28 Jul 2021 05:59:36 +0000 Subject: [PATCH 1/4] =?UTF-8?q?update=20PyTorch&ONNX=E4=BC=97=E6=99=BA?= =?UTF-8?q?=E4=B8=80=E7=AB=99=E5=BC=8F=E5=AF=BC=E8=88=AA.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\270\200\347\253\231\345\274\217\345\257\274\350\210\252.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/PyTorch&ONNX\344\274\227\346\231\272\344\270\200\347\253\231\345\274\217\345\257\274\350\210\252.md" "b/PyTorch&ONNX\344\274\227\346\231\272\344\270\200\347\253\231\345\274\217\345\257\274\350\210\252.md" index 78b4fc1..3d13922 100644 --- "a/PyTorch&ONNX\344\274\227\346\231\272\344\270\200\347\253\231\345\274\217\345\257\274\350\210\252.md" +++ "b/PyTorch&ONNX\344\274\227\346\231\272\344\270\200\347\253\231\345\274\217\345\257\274\350\210\252.md" @@ -8,7 +8,7 @@ #### 交付件和验收标准 - [PyTorch交付件及验收标准要求.md](https://gitee.com/wangjiangben_hw/ascend-pytorch-crowdintelligence-doc/blob/master/guide/PyTorch交付件及验收标准要求.md) -- [ONNX交付件及验收标准要求](http://) +- [ONNX交付件及验收标准要求](https://gitee.com/pengyeqing/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-%E4%BA%A4%E4%BB%98%E6%A0%87%E5%87%86%E4%B8%8E%E4%BA%A4%E4%BB%98%E4%BB%B6.md) #### 众智贡献要求 - [modelzoo开源仓贡献必读](https://gitee.com/ascend/modelzoo/blob/master/contrib/CONTRIBUTING.md) -- Gitee From 12f9b2dc1253444af0b80c315dea377eddae4c3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=AD=E4=B8=9A=E5=BA=86?= Date: Wed, 28 Jul 2021 06:05:46 +0000 Subject: [PATCH 2/4] =?UTF-8?q?update=20Ascend-PyTorch=E7=A6=BB=E7=BA=BF?= =?UTF-8?q?=E6=8E=A8=E7=90=86=E6=8C=87=E5=AF=BC/PyTorch=E7=A6=BB=E7=BA=BF?= =?UTF-8?q?=E6=8E=A8=E7=90=86-=E6=A8=A1=E5=9E=8B=E6=A1=88=E4=BE=8B.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...41\345\236\213\346\241\210\344\276\213.md" | 20 +++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) 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 7d90cbc..cb9779f 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" @@ -1,14 +1,22 @@ -# 实例总结 +# 模型案例 -- **[推理案例](#11-推理案例)** +- **[模型推理指导](#11-模型推理指导)** -- **[Inception-V4端到端推理要点](#12-Inception-V4端到端推理要点)** +- **[专题案例](#12-专题案例)** -- **[UNet端到端推理要点](#13-UNet端到端推理要点)** +- **[Inception-V4端到端推理要点](#13-Inception-V4端到端推理要点)** -- **[SSD端到端推理要点](#14-SSD端到端推理要点)** +- **[UNet端到端推理要点](#14-UNet端到端推理要点)** -- **[maskrcnn端到端推理指导](#15-maskrcnn端到端推理指导)** +- **[SSD端到端推理要点](#15-SSD端到端推理要点)** + +- **[mmdetection与detectron2框架的maskrcnn推理指导](#16-mmdetection与detectron2框架的maskrcnn推理指导)** + +- **[nlp类transformer bert推理指导](#17-nlp类transformer bert推理指导)** + +- **[视频目标检测类3D-ResNets I3D推理指导](#18-视频目标检测类3D-ResNets I3D推理指导)** + +- **[audio类Jasper Tacotron2推理指导](#19-audio类Jasper Tacotron2推理指导)** ## 1.1 推理案例 -- Gitee From f304fc6213ba806e79f18a48ec250e2f2c5310ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=AD=E4=B8=9A=E5=BA=86?= Date: Wed, 28 Jul 2021 06:08:45 +0000 Subject: [PATCH 3/4] =?UTF-8?q?update=20PyTorch&ONNX=E4=BC=97=E6=99=BA?= =?UTF-8?q?=E4=B8=80=E7=AB=99=E5=BC=8F=E5=AF=BC=E8=88=AA.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\270\200\347\253\231\345\274\217\345\257\274\350\210\252.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/PyTorch&ONNX\344\274\227\346\231\272\344\270\200\347\253\231\345\274\217\345\257\274\350\210\252.md" "b/PyTorch&ONNX\344\274\227\346\231\272\344\270\200\347\253\231\345\274\217\345\257\274\350\210\252.md" index 3d13922..4955be7 100644 --- "a/PyTorch&ONNX\344\274\227\346\231\272\344\270\200\347\253\231\345\274\217\345\257\274\350\210\252.md" +++ "b/PyTorch&ONNX\344\274\227\346\231\272\344\270\200\347\253\231\345\274\217\345\257\274\350\210\252.md" @@ -8,7 +8,7 @@ #### 交付件和验收标准 - [PyTorch交付件及验收标准要求.md](https://gitee.com/wangjiangben_hw/ascend-pytorch-crowdintelligence-doc/blob/master/guide/PyTorch交付件及验收标准要求.md) -- [ONNX交付件及验收标准要求](https://gitee.com/pengyeqing/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-%E4%BA%A4%E4%BB%98%E6%A0%87%E5%87%86%E4%B8%8E%E4%BA%A4%E4%BB%98%E4%BB%B6.md) +- [ONNX交付件及验收标准要求](https://) #### 众智贡献要求 - [modelzoo开源仓贡献必读](https://gitee.com/ascend/modelzoo/blob/master/contrib/CONTRIBUTING.md) -- Gitee From 2d7bb517b83b019b1a436f05e93c503824364df0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=AD=E4=B8=9A=E5=BA=86?= Date: Wed, 28 Jul 2021 06:09:15 +0000 Subject: [PATCH 4/4] =?UTF-8?q?update=20PyTorch&ONNX=E4=BC=97=E6=99=BA?= =?UTF-8?q?=E4=B8=80=E7=AB=99=E5=BC=8F=E5=AF=BC=E8=88=AA.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\270\200\347\253\231\345\274\217\345\257\274\350\210\252.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/PyTorch&ONNX\344\274\227\346\231\272\344\270\200\347\253\231\345\274\217\345\257\274\350\210\252.md" "b/PyTorch&ONNX\344\274\227\346\231\272\344\270\200\347\253\231\345\274\217\345\257\274\350\210\252.md" index 4955be7..78b4fc1 100644 --- "a/PyTorch&ONNX\344\274\227\346\231\272\344\270\200\347\253\231\345\274\217\345\257\274\350\210\252.md" +++ "b/PyTorch&ONNX\344\274\227\346\231\272\344\270\200\347\253\231\345\274\217\345\257\274\350\210\252.md" @@ -8,7 +8,7 @@ #### 交付件和验收标准 - [PyTorch交付件及验收标准要求.md](https://gitee.com/wangjiangben_hw/ascend-pytorch-crowdintelligence-doc/blob/master/guide/PyTorch交付件及验收标准要求.md) -- [ONNX交付件及验收标准要求](https://) +- [ONNX交付件及验收标准要求](http://) #### 众智贡献要求 - [modelzoo开源仓贡献必读](https://gitee.com/ascend/modelzoo/blob/master/contrib/CONTRIBUTING.md) -- Gitee