更新 'README.md'

This commit is contained in:
liuzx 2022-08-03 11:52:57 +08:00
parent b46b5a78ae
commit 189a3aed03
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
- 启智集群多数据集单卡的训练示例请参考示例中[train_for_multidataset.py](https://git.openi.org.cn/OpenIOSSG/MNIST_Example/src/branch/master/train_for_multidataset.py)的代码注释
- 启智集群多数据集多卡数据并行训练的示例请参考示例中[train_for_multidataset_dataparallel.py](https://git.openi.org.cn/OpenIOSSG/MNIST_Example/src/branch/master/train_for_multidataset_dataparallel.py)的代码
- 智算网络集群单卡训练示例请参考示例中[train_for_c2net.py](https://git.openi.org.cn/OpenIOSSG/MNIST_Example/src/branch/master/train_for_c2net.py)的代码注释
- 智算网络集群多卡数据并行训练的示例请参考示例中[train_dataparallel.py](https://git.openi.org.cn/OpenIOSSG/MNIST_Example/src/branch/master/train_for_c2net_dataparallel.py)的代码
- 智算网络集群多卡数据并行训练的示例请参考示例中[train_for_c2net_dataparallel.py](https://git.openi.org.cn/OpenIOSSG/MNIST_Example/src/branch/master/train_for_c2net_dataparallel.py)的代码
- 更多关于分布式训练的教程可参考mindspore官网教程[mindspore分布式训练教程](https://www.mindspore.cn/tutorial/training/zh-CN/r1.2/advanced_use/distributed_training_ascend.html)
## 1 概述