This commit is contained in:
liuzx 2023-05-06 17:59:24 +08:00
parent 94947f2aae
commit 07a66e3214
1 changed files with 3 additions and 1 deletions

View File

@ -82,7 +82,7 @@
## 4.FAQ
### 4.1 关于[openi.py](https://git.openi.org.cn/OpenIOSSG/MNIST_Example/src/branch/master/openi.py)
### 4.1 关于[openi.py](https://git.openi.org.cn/OpenIOSSG/MNIST_Example/src/branch/V20230427/openi.py)
基于启智集群和智算集群训练的所有共用函数都放在openi.py里将openi.py文件拷贝到自己的仓库里就可直接调用
@ -125,3 +125,5 @@
- 当在调试环境下调试好代码后,需要参照训练环境的示例进行配置,才能创建训练任务
- 若想要使用调试环境的多卡并行训练,可参考示例[调试环境多卡并行示例](https://git.openi.org.cn/OpenIOSSG/MNIST_Example_NPU_Debug)
## 对于示例代码有任何问题欢迎在本项目中提issue。