Browse Source

Merge pull request 'update' (#2) from liuzx into master

Reviewed-on: https://openi.pcl.ac.cn/OpenIOSSG/OpenI_Cloudbrain_Example/pulls/2
liuzx-patch-1
liuzx 2 years ago
parent
commit
4c22f976ec
3 changed files with 7 additions and 10 deletions
  1. +6
    -2
      README.md
  2. +0
    -7
      gpu_mnist_example/Example_Picture/快速创建GPU训练任务.md
  3. +1
    -1
      gpu_mnist_example/README.md

+ 6
- 2
README.md View File

@@ -1,8 +1,7 @@
# OpenI_Cloudbrain_Example

# 如何在启智平台上进行模型调试和训练

## 1. openi的python sdk使用方法
## 1. openi的使用方法

安装openi包

@@ -34,3 +33,8 @@ output_path = openi_context.output_path
#回传结果到openi,训练任务才能回传,调试任务回传后也是不支持下载
upload_openi()
```

## 2. 手写数字识别示例

* GPU示例请参考[gpu_mnist_example](./gpu_mnist_example/README.md)
* NPU示例请参考[npu_mnist_example](./npu_mnist_example/README.md)

+ 0
- 7
gpu_mnist_example/Example_Picture/快速创建GPU训练任务.md View File

@@ -71,9 +71,6 @@
### 训练界面示例

由于A100的适配性问题,A100需要使用cuda11以上的cuda版本,目前平台已提供基于A100的cuda基础镜像,只需要选择对应的公共镜像:
![avatar](Example_picture/适用A100的基础镜像.png)
训练界面参数参考如下:
![avatar](Example_picture/基础镜像.png)

表1 创建训练作业界面参数说明

@@ -93,8 +90,4 @@

目前训练任务的日志只能在代码中print输出,参考示例train.py代码相关print

### 4.2 训练结束后可以下载模型文件

![avatar](Example_picture/结果下载.png)

## 对于示例代码有任何问题,欢迎在本项目中提issue。

+ 1
- 1
gpu_mnist_example/README.md View File

@@ -1,4 +1,4 @@
# 如何在启智平台上进行模型训练—GPU_手写数字识别示例
# 如何在启智平台上进行模型训练—GPU示例

## 1.启智集群和智算集群的GPU训练样例



Loading…
Cancel
Save