From 637f9b3a6f822125f63640c2407ddbc1e616024f Mon Sep 17 00:00:00 2001 From: liuzx Date: Tue, 31 Oct 2023 17:43:51 +0800 Subject: [PATCH] update --- README.md | 8 ++++++-- .../Example_Picture/快速创建GPU训练任务.md | 7 ------- gpu_mnist_example/README.md | 2 +- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3f107cf..453ce47 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/gpu_mnist_example/Example_Picture/快速创建GPU训练任务.md b/gpu_mnist_example/Example_Picture/快速创建GPU训练任务.md index ef16743..c4497b3 100644 --- a/gpu_mnist_example/Example_Picture/快速创建GPU训练任务.md +++ b/gpu_mnist_example/Example_Picture/快速创建GPU训练任务.md @@ -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。 diff --git a/gpu_mnist_example/README.md b/gpu_mnist_example/README.md index 1725c81..2594aba 100644 --- a/gpu_mnist_example/README.md +++ b/gpu_mnist_example/README.md @@ -1,4 +1,4 @@ -# 如何在启智平台上进行模型训练—GPU_手写数字识别示例 +# 如何在启智平台上进行模型训练—GPU示例 ## 1.启智集群和智算集群的GPU训练样例