更新readme.md
This commit is contained in:
parent
b4586c6825
commit
a1ba7f8122
|
@ -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。
|
||||
|
|
Loading…
Reference in New Issue