diff --git "a/pytorch-train-guide/\346\250\241\345\236\213\347\256\227\345\255\220\346\217\220\345\217\226\346\214\207\345\215\227.md" "b/pytorch-train-guide/\346\250\241\345\236\213\347\256\227\345\255\220\346\217\220\345\217\226\346\214\207\345\215\227.md" index a9e8e82dec1cb9d25ebdf7e11deea9220dbc36b8..78b81d3ea1796bf0e1880507e114ce34835db226 100644 --- "a/pytorch-train-guide/\346\250\241\345\236\213\347\256\227\345\255\220\346\217\220\345\217\226\346\214\207\345\215\227.md" +++ "b/pytorch-train-guide/\346\250\241\345\236\213\347\256\227\345\255\220\346\217\220\345\217\226\346\214\207\345\215\227.md" @@ -44,6 +44,10 @@ python3.7 train.py > profiler.log ## 3 使用提供的工具从重定向文件中提取算子 +从以下链接获取提取脚本: + +[]: https://gitee.com/wangjiangben_hw/ascend-pytorch-crowdintelligence-doc/blob/master/src/extract_ops_by_step.py + ``` python3.7 extract_ops_by_step.py --profiler_file ./profiler.log ```