文件最后提交记录最后更新时间
Update model migration documentation Co-authored-by: xvxuopop<xvxuopop@gmail.com> # message auto-generated for no-merge-commit merge: !7545 merge docs into master Update model migration documentation Created-by: jin-yongxu Commit-by: xvxuopop Merged-by: ascend-robot Description: ## Motivation Update model migration documentation ## Checklist **Before PR**: - [x] The new code needs to comply with the Clean Code specification. - [x] The PR content is self-checked, and the expression can be clear and the writing standardized **After PR**: - [x] CLA has been signed and all committers have signed the CLA in this PR. - [ ] The ci-pipeline is passed, Code Check is passed. See merge request: Ascend/ModelZoo-PyTorch!754521 天前
Update model migration documentation Co-authored-by: xvxuopop<xvxuopop@gmail.com> # message auto-generated for no-merge-commit merge: !7545 merge docs into master Update model migration documentation Created-by: jin-yongxu Commit-by: xvxuopop Merged-by: ascend-robot Description: ## Motivation Update model migration documentation ## Checklist **Before PR**: - [x] The new code needs to comply with the Clean Code specification. - [x] The PR content is self-checked, and the expression can be clear and the writing standardized **After PR**: - [x] CLA has been signed and all committers have signed the CLA in this PR. - [ ] The ci-pipeline is passed, Code Check is passed. See merge request: Ascend/ModelZoo-PyTorch!754521 天前
Update model migration documentation Co-authored-by: xvxuopop<xvxuopop@gmail.com> # message auto-generated for no-merge-commit merge: !7545 merge docs into master Update model migration documentation Created-by: jin-yongxu Commit-by: xvxuopop Merged-by: ascend-robot Description: ## Motivation Update model migration documentation ## Checklist **Before PR**: - [x] The new code needs to comply with the Clean Code specification. - [x] The PR content is self-checked, and the expression can be clear and the writing standardized **After PR**: - [x] CLA has been signed and all committers have signed the CLA in this PR. - [ ] The ci-pipeline is passed, Code Check is passed. See merge request: Ascend/ModelZoo-PyTorch!754521 天前
Update model migration documentation Co-authored-by: xvxuopop<xvxuopop@gmail.com> # message auto-generated for no-merge-commit merge: !7545 merge docs into master Update model migration documentation Created-by: jin-yongxu Commit-by: xvxuopop Merged-by: ascend-robot Description: ## Motivation Update model migration documentation ## Checklist **Before PR**: - [x] The new code needs to comply with the Clean Code specification. - [x] The PR content is self-checked, and the expression can be clear and the writing standardized **After PR**: - [x] CLA has been signed and all committers have signed the CLA in this PR. - [ ] The ci-pipeline is passed, Code Check is passed. See merge request: Ascend/ModelZoo-PyTorch!754521 天前
README.md

性能调优

本目录介绍模型性能指标、性能分析流程和常见优化方法。

  • 性能概述:介绍吞吐率、迭代时间、线性度、算力利用率和通信性能指标。
  • 性能优化分析:介绍性能调优流程、工具和深入排查思路。
  • 性能调优方法:汇总数据加载、通信、调度、NPU亲和适配等优化方法。