File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -48,21 +48,20 @@ PaddleX提供两种开发模式,满足不同场景和用户需求:
4848```
4949pip install paddlex -i https://mirror.baidu.com/pypi/simple
5050```
51- 安装的相关问题参考[ PaddleX安装] ( https://paddlex.readthedocs.io/zh_CN/latest /install.html )
51+ 安装的相关问题参考[ PaddleX安装] ( https://paddlex.readthedocs.io/zh_CN/develop /install.html )
5252
5353### PaddleX-GUI安装
5454
5555进入PaddleX官网[ 下载使用] ( https://www.paddlepaddle.org.cn/paddle/paddlex ) ,申请下载绿色安装包,开箱即用。
56- Paddle-GUI的使用教程可参考[ PaddleX-GUI模式使用教程] ( https://paddlex.readthedocs.io/zh_CN/latest /paddlex_gui/index.html )
56+ Paddle-GUI的使用教程可参考[ PaddleX-GUI模式使用教程] ( https://paddlex.readthedocs.io/zh_CN/develop /paddlex_gui/index.html )
5757
5858## 使用文档
5959
60- 推荐访问[ PaddleX在线使用文档] ( https://paddlex.readthedocs.io/zh_CN/latest /index.html ) ,快速查阅读使用教程和API文档说明。
60+ 推荐访问[ PaddleX在线使用文档] ( https://paddlex.readthedocs.io/zh_CN/develop /index.html ) ,快速查阅读使用教程和API文档说明。
6161
62- - [ 10分钟快速上手使用] ( https://paddlex.readthedocs.io/zh_CN/latest/quick_start.html )
63- - [ PaddleX全流程开发教程] ( https://paddlex.readthedocs.io/zh_CN/latest/tutorials/index.html )
64- - [ PaddleX视觉方案介绍] ( https://paddlex.readthedocs.io/zh_CN/latest/cv_solutions.html )
65- - [ PaddleX API参考文档] ( https://paddlex.readthedocs.io/zh_CN/latest/apis/index.html )
62+ - [ 10分钟快速上手使用] ( https://paddlex.readthedocs.io/zh_CN/develop/quick_start.html )
63+ - [ PaddleX模型训练教程集合] ( https://paddlex.readthedocs.io/zh_CN/develop/train/index.html )
64+ - [ PaddleX API参考文档] ( https://paddlex.readthedocs.io/zh_CN/develop/apis/index.html )
6665
6766## 在线教程
6867
@@ -81,10 +80,11 @@ Paddle-GUI的使用教程可参考[PaddleX-GUI模式使用教程](https://paddle
8180## FAQ
8281
8382## 更新日志
84- * 2020.05.20
83+ > [ 历史版本及更新内容 ] ( https://paddlex.readthedocs.io/zh_CN/develop/change_log.html )
8584
86- ** ` v1.0.0 ` **
87- * 正式版本发布。
85+ - 2020.07.12 v1.0.8
86+ - 2020.05.20 v1.0.0
87+ - 2020.05.17 v0.1.8
8888
8989## 贡献代码
9090
Original file line number Diff line number Diff line change 1919
2020setuptools .setup (
2121 name = "paddlex" ,
22- version = '1.0.7 ' ,
22+ version = '1.0.8 ' ,
2323 author = "paddlex" ,
24242525 description = long_description ,
You can’t perform that action at this time.
0 commit comments