文件最后提交记录最后更新时间
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!754520 天前
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!754520 天前
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!754520 天前
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!754520 天前
README.md

模型训练

本目录介绍模型迁移后的训练配置、启动方式和调试方法。

  • 环境变量配置:介绍训练相关环境变量。
  • 执行训练:按单机单卡、单机多卡、多机多卡场景介绍训练启动方式。
  • 模型调试:介绍训练过程中的常用调试方法。