Skip to content

Commit

Permalink
📝 docs(baize): Add image to mxnet guide, and fix menu name. (#5825)
Browse files Browse the repository at this point in the history
  • Loading branch information
samzong authored Oct 24, 2024
1 parent 9486cba commit 473c58d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/zh/docs/baize/developer/jobs/delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ hide:

# 删除任务(Job)

如果发现任务冗余、过期或因其他缘故不再需要,可以从任务列表中删除
如果发现任务冗余、过期或因其他缘故不再需要,可以从训练任务列表中删除

1. 在任务列表右侧点击 **** ,在弹出菜单中选择 **删除**
1. 在训练任务列表右侧点击 **** ,在弹出菜单中选择 **删除**

![删除](../../images/delete01.png)

Expand Down
2 changes: 2 additions & 0 deletions docs/zh/docs/baize/developer/jobs/mxnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Apache MXNet 是一个高性能的深度学习框架,支持多种编程语言
## 创建 MXNet 任务

![mxnet](../../images/mxnet_job.png)

### MXNet 单机任务

#### 创建步骤
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/docs/baize/developer/jobs/pytorch.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Pytorch 任务是一个使用 Pytorch 框架的任务。

![Pytorch 单机任务](../../images/job05.png)

1. 登录 AI Lab 平台,点击左侧导航栏中的 **任务中心** ,进入 **任务列表** 页面。
1. 登录 AI Lab 平台,点击左侧导航栏中的 **任务中心** ,进入 **训练任务** 页面。
2. 点击右上角的 **创建** 按钮,进入任务创建页面。
3. 选择任务类型为 `Pytorch 单机`,点击 **下一步**
4. 填写任务名称、描述后点击 **确定**
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/docs/baize/developer/jobs/tensorflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Tensorflow 是除了 Pytorch 另外一个非常活跃的开源的深度学习框

![Tensorflow 单机任务](../../images/job06.png)

1. 登录 AI Lab 平台,点击左侧导航栏中的 **任务中心** ,进入 **任务列表** 页面。
1. 登录 AI Lab 平台,点击左侧导航栏中的 **任务中心** ,进入 **训练任务** 页面。
2. 点击右上角的 **创建** 按钮,进入任务创建页面。
3. 选择任务类型为 `Tensorflow 单机`,点击 **下一步**
4. 填写任务名称、描述后点击 **确定**
Expand Down
4 changes: 2 additions & 2 deletions docs/zh/docs/baize/developer/jobs/view.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 查看任务(Job)工作负载

任务创建好后,都会显示在任务列表中
任务创建好后,都会显示在训练任务列表中

1. 在任务列表中,点击某个任务右侧的 **** -> **任务负载详情**
1. 在训练训练任务列表中,点击某个任务右侧的 **** -> **任务负载详情**

![点击菜单项](../../images/view-wl01.png)

Expand Down

0 comments on commit 473c58d

Please sign in to comment.