-
Notifications
You must be signed in to change notification settings - Fork 765
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update hardware_info_cn.md #4653
Conversation
1、更新昆仑2代芯片(R200)支持情况。 2、更新龙芯、飞腾cpu新增支持的型号。
Thanks for your contribution! |
1、新增飞桨对昆仑2代芯片的支持说明
1、层级结构不需要调整,因此删除
1、新增飞桨对昆仑2代芯片的支持说明
1、新增支持飞桨在昆仑2代芯片上的说明
1、新增飞桨在昆仑2代芯片上的安装说明文档
新增飞桨对昆仑2代芯片的训练示例
1、目录结构有问题,需要重新调整
1、更新飞桨在昆仑2代芯片上的训练示例文档
添加飞桨对硬件支持的索引页
3. 配置XPU进行训练的命令非常简单: | ||
``` | ||
cd ../.. | ||
#FLAGS指定单卡或多卡训练,此示例运行1个卡 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ResNet50不支持多卡训练、建议只写“单卡”、因若支持多卡训练、一般会给出相应的训练命令;
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里描述的初衷是:可以通过flags指定单卡或多卡训练,只是此处示例运行的单1张卡,所以还是先保留这样的描述吧
|
||
3. 配置XPU进行训练的命令非常简单: | ||
``` | ||
#FLAGS指定单卡或多卡训练,此示例运行1个卡 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
同resnet50
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
同上
-DWITH_DISTRIBUTE=ON \ | ||
-DWITH_NCCL=OFF | ||
|
||
make -j20 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
建议更新为:make -j$(nproc)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已经更新
更新编译线程
- `飞桨对昆仑2代芯片的支持 <./paddle_2.0_xpu_cn.html>`_ : 飞桨支持昆仑2代芯片(R200、R300)运行 | ||
- `飞桨框架昆仑2代芯片安装说明 <./paddle_install_cn.html>`_ : 飞桨框架昆仑2代芯片(R200、R300)安装说明 | ||
- `飞桨框架昆仑2代芯片训练示例 <./train_example_cn.html>`_ : 飞桨框架昆仑2代芯片(R200、R300)训练示例 | ||
| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已更新
|
||
| 领域 | 套件名称 | 分支/版本 | | ||
| -------- | --------------- | ----------- | | ||
| 图像分类 | PaddleClas | develop | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里套件/分支用超链接的格式?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done,添加套件/分支链接,更新单机单卡支持情况
@@ -0,0 +1,175 @@ | |||
# 飞桨框架昆仑2代芯片安装说明 | |||
|
|||
飞桨框架支持基于python的训练和原生预测,当前最新版本为2.3rc,提供两种安装方式: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里加个定语?
比如 昆仑2代芯片上,飞桨框架支持基于python的训练和原生预测
|
||
#### ResNet50下载并运行示例: | ||
|
||
1. 安装依赖: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mv test.txt val_list.txt | ||
``` | ||
|
||
3. 配置XPU进行训练的命令非常简单: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里建议先文字描述,然后再代码
添加套件链接、分支链接、单机单卡支持情况
补充文字描述
更新数据集描述
修改代码格式问题
更新序列排序前端展示问题
* update hardware_info_cn.md 1、更新昆仑2代芯片(R200)支持情况。 2、更新龙芯、飞腾cpu新增支持的型号。 * update index_cn.rst 1、新增飞桨对昆仑2代芯片的支持说明 * delete index_cn.rst 1、层级结构不需要调整,因此删除 * update index_cn.rst 1、新增飞桨对昆仑2代芯片的支持说明 * add file paadle_2.0_xpu2_cn.md 1、新增支持飞桨在昆仑2代芯片上的说明 * add paddle_install_xpu2_cn.md 1、新增飞桨在昆仑2代芯片上的安装说明文档 * add train_example_xpu2_cn.md 新增飞桨对昆仑2代芯片的训练示例 * delete xpu2_train.md 1、目录结构有问题,需要重新调整 * update train_example_xpu2_cn.md 1、更新飞桨在昆仑2代芯片上的训练示例文档 * update index_cn.rst 添加飞桨对硬件支持的索引页 * update install_xpu2_cn.md 更新编译线程 * update index_cn.rst 修改格式 * update paddle_2.0_xpu2_cn.md 添加套件链接、分支链接、单机单卡支持情况 * update install.md 补充文字描述 * update train_example 更新数据集描述 * update fix_code_style 修改代码格式问题 * update order_list 更新序列排序前端展示问题 * Update train_example_xpu2_cn.md * 更新序号问题 更新文档序号问题 * Update train_example_xpu2_cn.md * Update train_example_xpu2_cn.md Co-authored-by: Chen Long <1300851984@qq.com>
* modify tensor_introduction doc (#4297) * modify tensor_introduction doc * modify according to nielang's advise, change picture quote method * fix bugs * fix some md format bugs * Update tensor images links * fix images link bugs * fix image link bugs * fix image link bugs * fix image link bugs * fix image link bugs * point Tensor's necessity; add the same and difference between tensor and numpy array * Modify some descriptions. * Update tensor_introduction_cn.md * Update tensor_introduction_cn.md * Update tensor_introduction_cn.md * Update tensor_introduction_cn.md * Update tensor_introduction_cn.md Co-authored-by: moguguo <nielang@baidu.com> * update hardware_info_cn.md (#4653) * update hardware_info_cn.md 1、更新昆仑2代芯片(R200)支持情况。 2、更新龙芯、飞腾cpu新增支持的型号。 * update index_cn.rst 1、新增飞桨对昆仑2代芯片的支持说明 * delete index_cn.rst 1、层级结构不需要调整,因此删除 * update index_cn.rst 1、新增飞桨对昆仑2代芯片的支持说明 * add file paadle_2.0_xpu2_cn.md 1、新增支持飞桨在昆仑2代芯片上的说明 * add paddle_install_xpu2_cn.md 1、新增飞桨在昆仑2代芯片上的安装说明文档 * add train_example_xpu2_cn.md 新增飞桨对昆仑2代芯片的训练示例 * delete xpu2_train.md 1、目录结构有问题,需要重新调整 * update train_example_xpu2_cn.md 1、更新飞桨在昆仑2代芯片上的训练示例文档 * update index_cn.rst 添加飞桨对硬件支持的索引页 * update install_xpu2_cn.md 更新编译线程 * update index_cn.rst 修改格式 * update paddle_2.0_xpu2_cn.md 添加套件链接、分支链接、单机单卡支持情况 * update install.md 补充文字描述 * update train_example 更新数据集描述 * update fix_code_style 修改代码格式问题 * update order_list 更新序列排序前端展示问题 * Update train_example_xpu2_cn.md * 更新序号问题 更新文档序号问题 * Update train_example_xpu2_cn.md * Update train_example_xpu2_cn.md Co-authored-by: Chen Long <1300851984@qq.com> * Update hardware_info_cn.md (#4409) * Update hardware_info_cn.md update several links to hardware installation * Update hardware_info_cn.md Co-authored-by: Chen Long <1300851984@qq.com> Co-authored-by: Sing_chan <51314274+betterpig@users.noreply.github.com> Co-authored-by: moguguo <nielang@baidu.com> Co-authored-by: adaxiadaxi <58928121+adaxiadaxi@users.noreply.github.com> Co-authored-by: onecatcn <kaiwang85@qq.com>
1、更新昆仑2代芯片(R200)支持情况。
2、更新龙芯、飞腾cpu新增支持的型号。