更新readme.md

This commit is contained in:
liuzx 2022-07-14 15:01:52 +08:00
parent b4586c6825
commit a1ba7f8122
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
- 多数据集的训练示例请参考示例中[train_for_multidataset.py](https://git.openi.org.cn/OpenIOSSG/MNIST_Example/src/branch/master/train_for_multidataset.py)的代码注释
- 智算网络的训练示例请参考示例中[train_for_c2net.py](https://git.openi.org.cn/OpenIOSSG/MNIST_Example/src/branch/master/train_for_c2net.py)的代码注释
- 单数据集推理的示例请参考示例中[inference.py](https://git.openi.org.cn/OpenIOSSG/MNIST_Example/src/branch/master/inference.py)的代码注释
- 多卡并行训练的示例请参考示例中[train_dataparallel.py](https://git.openi.org.cn/OpenIOSSG/MNIST_Example/src/branch/master/train_dataparallel.py)的代码注释更多关于分布式训练的教程可参考mindspore官网教程[mindspore分布式训练教程](https://www.mindspore.cn/tutorial/training/zh-CN/r1.2/advanced_use/distributed_training_ascend.html)
- 多卡并行训练的示例请参考示例中[train_dataparallel.py](https://git.openi.org.cn/OpenIOSSG/MNIST_Example/src/branch/master/train_dataparallel.py)的代码更多关于分布式训练的教程可参考mindspore官网教程[mindspore分布式训练教程](https://www.mindspore.cn/tutorial/training/zh-CN/r1.2/advanced_use/distributed_training_ascend.html)
## 1 概述
- 本项目以LeNet-MNIST为例简要介绍如何在启智AI协同平台上使用MindSpore完成训练任务并提供单数据集的训练多数据集的训练智算网络的训练单数据集推理等训练代码示例旨在为AI开发者提供启智npu训练示例。对于示例代码有任何问题欢迎在本项目中提issue。