4
4
[ English] ( ./README.md ) | 简体中文
5
5
6
6
[ ![ Build Status] ( https://travis-ci.org/PaddlePaddle/Paddle.svg?branch=develop )] ( https://travis-ci.org/PaddlePaddle/Paddle )
7
- [ ![ Documentation Status] ( https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat )] ( http://www.paddlepaddle.org.cn/documentation/docs/en/1.7 /beginners_guide/index_en.html )
8
- [ ![ Documentation Status] ( https://img.shields.io/badge/中文文档-最新-brightgreen.svg )] ( http://www.paddlepaddle.org.cn/documentation/docs/zh/1.7 /beginners_guide/index_cn.html )
7
+ [ ![ Documentation Status] ( https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat )] ( http://www.paddlepaddle.org.cn/documentation/docs/en/1.8 /beginners_guide/index_en.html )
8
+ [ ![ Documentation Status] ( https://img.shields.io/badge/中文文档-最新-brightgreen.svg )] ( http://www.paddlepaddle.org.cn/documentation/docs/zh/1.8 /beginners_guide/index_cn.html )
9
9
[ ![ Release] ( https://img.shields.io/github/release/PaddlePaddle/Paddle.svg )] ( https://github.com/PaddlePaddle/Paddle/releases )
10
10
[ ![ License] ( https://img.shields.io/badge/license-Apache%202-blue.svg )] ( LICENSE )
11
11
15
15
16
16
17
17
## 安装
18
- ### PaddlePaddle最新版本: [ v1.7 ] ( https://github.com/PaddlePaddle/Paddle/tree/release/1.7 )
18
+ ### PaddlePaddle最新版本: [ v1.8 ] ( https://github.com/PaddlePaddle/Paddle/tree/release/1.8 )
19
19
20
20
跟进PaddlePaddle最新特性请参考我们的[ 版本说明] ( https://github.com/PaddlePaddle/Paddle/releases )
21
21
@@ -26,10 +26,10 @@ pip install paddlepaddle
26
26
# Linux GPU cuda10cudnn7
27
27
pip install paddlepaddle-gpu
28
28
# Linux GPU cuda9cudnn7
29
- pip install paddlepaddle-gpu==1.7 .1.post97
29
+ pip install paddlepaddle-gpu==1.8 .1.post97
30
30
31
31
```
32
- 更多安装信息详见官网 [ 安装说明] ( http://www.paddlepaddle.org.cn/documentation/docs/zh/1.7 /beginners_guide/install/index_cn.html )
32
+ 更多安装信息详见官网 [ 安装说明] ( http://www.paddlepaddle.org.cn/documentation/docs/zh/1.8 /beginners_guide/install/index_cn.html )
33
33
34
34
PaddlePaddle用户可领取** 免费Tesla V100在线算力资源** ,训练模型更高效。** 每日登陆即送12小时** ,** 连续五天运行再加送48小时** ,[ 前往使用免费算力] ( https://ai.baidu.com/support/news?action=detail&id=981 ) 。
35
35
@@ -60,20 +60,20 @@ PaddlePaddle用户可领取**免费Tesla V100在线算力资源**,训练模型
60
60
61
61
## 文档
62
62
63
- 我们提供 [ 英文] ( http://www.paddlepaddle.org.cn/documentation/docs/en/1.7 /beginners_guide/index_en.html ) 和
64
- [ 中文] ( http://www.paddlepaddle.org.cn/documentation/docs/zh/1.7 /beginners_guide/index_cn.html ) 文档
63
+ 我们提供 [ 英文] ( http://www.paddlepaddle.org.cn/documentation/docs/en/1.8 /beginners_guide/index_en.html ) 和
64
+ [ 中文] ( http://www.paddlepaddle.org.cn/documentation/docs/zh/1.8 /beginners_guide/index_cn.html ) 文档
65
65
66
- - [ 深度学习基础教程] ( https://www.paddlepaddle.org.cn/documentation/docs/zh/1.7 /beginners_guide/basics/index_cn.html )
66
+ - [ 深度学习基础教程] ( https://www.paddlepaddle.org.cn/documentation/docs/zh/1.8 /beginners_guide/basics/index_cn.html )
67
67
68
68
或许您想从深度学习基础开始学习飞桨
69
69
70
70
71
- - [ 使用指南] ( https://www.paddlepaddle.org.cn/documentation/docs/zh/1.7 /user_guides/index_cn.html )
71
+ - [ 使用指南] ( https://www.paddlepaddle.org.cn/documentation/docs/zh/1.8 /user_guides/index_cn.html )
72
72
73
73
或许您已经掌握了新手入门阶段的内容,期望可以针对实际问题建模、搭建自己网络
74
74
75
75
76
- - [ 进阶使用] ( https://www.paddlepaddle.org.cn/documentation/docs/zh/1.7 /advanced_usage/index_cn.html )
76
+ - [ 进阶使用] ( https://www.paddlepaddle.org.cn/documentation/docs/zh/1.8 /advanced_usage/index_cn.html )
77
77
78
78
或许您已比较熟练使用PaddlePaddle来完成常规任务,期望获得更高效的模型或者定义自己的Operator
79
79
@@ -83,7 +83,7 @@ PaddlePaddle用户可领取**免费Tesla V100在线算力资源**,训练模型
83
83
新的API支持代码更少更简洁的程序
84
84
85
85
86
- - [ 贡献方式] ( http://paddlepaddle.org.cn/documentation/docs/zh/1.7 /advanced_usage/development/contribute_to_paddle/index_cn.html )
86
+ - [ 贡献方式] ( http://paddlepaddle.org.cn/documentation/docs/zh/1.8 /advanced_usage/development/contribute_to_paddle/index_cn.html )
87
87
88
88
欢迎您的贡献!
89
89
0 commit comments