From 27ab0d52c1a7426ada93768bc548826b811c33a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=A1=8C?= Date: Wed, 1 Sep 2021 08:45:06 +0000 Subject: [PATCH] =?UTF-8?q?update=20pytorch-train-guide/AscendPyTorch?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E4=BC=97=E6=99=BA=E6=96=87=E6=A1=A3-?= =?UTF-8?q?=E8=AE=AD=E7=BB=83.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...231\272\346\226\207\346\241\243-\350\256\255\347\273\203.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/pytorch-train-guide/AscendPyTorch\346\250\241\345\236\213\344\274\227\346\231\272\346\226\207\346\241\243-\350\256\255\347\273\203.md" "b/pytorch-train-guide/AscendPyTorch\346\250\241\345\236\213\344\274\227\346\231\272\346\226\207\346\241\243-\350\256\255\347\273\203.md" index 9c7ceb5..4f40088 100644 --- "a/pytorch-train-guide/AscendPyTorch\346\250\241\345\236\213\344\274\227\346\231\272\346\226\207\346\241\243-\350\256\255\347\273\203.md" +++ "b/pytorch-train-guide/AscendPyTorch\346\250\241\345\236\213\344\274\227\346\231\272\346\226\207\346\241\243-\350\256\255\347\273\203.md" @@ -478,7 +478,7 @@ 0. 网络模型最终是以OP执行的,通过CANNProfiling,我们可以获取实际执行时的算子及其属性 - 1. 具体流程请参考[CANNProfiling工具使用指导书](https://gitee.com/wangjiangben_hw/ascend-pytorch-crowdintelligence-doc/blob/master/CANNProfiling工具使用指导书.md) + 1. 具体流程请参考[CANNProfiling工具使用指导书](https://gitee.com/wangjiangben_hw/ascend-pytorch-crowdintelligence-doc/blob/master/pytorch-train-guide/CANNProfiling%E5%B7%A5%E5%85%B7%E4%BD%BF%E7%94%A8%E6%8C%87%E5%AF%BC%E4%B9%A6.md) - **仅需跑一个step!** 4. AutoTune -- Gitee