3
3
English | [ 简体中文] ( ./README_cn.md )
4
4
5
5
[ ![ Build Status] ( https://travis-ci.org/PaddlePaddle/Paddle.svg?branch=develop )] ( https://travis-ci.org/PaddlePaddle/Paddle )
6
- [ ![ Documentation Status] ( https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat )] ( http://www.paddlepaddle.org.cn/documentation/docs/en/1.5 /beginners_guide/index_en.html )
7
- [ ![ Documentation Status] ( https://img.shields.io/badge/中文文档-最新-brightgreen.svg )] ( http://www.paddlepaddle.org.cn/documentation/docs/zh/1.5 /beginners_guide/index_cn.html )
6
+ [ ![ Documentation Status] ( https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat )] ( http://www.paddlepaddle.org.cn/documentation/docs/en/1.6 /beginners_guide/index_en.html )
7
+ [ ![ Documentation Status] ( https://img.shields.io/badge/中文文档-最新-brightgreen.svg )] ( http://www.paddlepaddle.org.cn/documentation/docs/zh/1.6 /beginners_guide/index_cn.html )
8
8
[ ![ Release] ( https://img.shields.io/github/release/PaddlePaddle/Paddle.svg )] ( https://github.com/PaddlePaddle/Paddle/releases )
9
9
[ ![ License] ( https://img.shields.io/badge/license-Apache%202-blue.svg )] ( LICENSE )
10
10
@@ -18,17 +18,15 @@ learning to many products at Baidu.
18
18
Our vision is to enable deep learning for everyone via PaddlePaddle.
19
19
Please refer to our [ release announcement] ( https://github.com/PaddlePaddle/Paddle/releases ) to track the latest feature of PaddlePaddle.
20
20
21
- ### Latest PaddlePaddle Release: [ v1.5.2 ] ( https://github.com/PaddlePaddle/Paddle/tree/release/1.5 )
21
+ ### Latest PaddlePaddle Release: [ v1.6 ] ( https://github.com/PaddlePaddle/Paddle/tree/release/1.6 )
22
22
### Install Latest Stable Release:
23
23
```
24
24
# Linux CPU
25
25
pip install paddlepaddle
26
26
# Linux GPU cuda10cudnn7
27
27
pip install paddlepaddle-gpu
28
- # Linux GPU cuda8cudnn7
29
- pip install paddlepaddle-gpu==1.5.2.post87
30
28
# Linux GPU cuda9cudnn7
31
- pip install paddlepaddle-gpu==1.5.2 .post97
29
+ pip install paddlepaddle-gpu==1.6.0 .post97
32
30
33
31
34
32
# For installation on other platform, refer to http://paddlepaddle.org/
@@ -77,26 +75,26 @@ Now our developers could acquire Tesla V100 online computing resources for free.
77
75
78
76
## Installation
79
77
80
- It is recommended to read [ this doc] ( http://www.paddlepaddle.org.cn/documentation/docs/en/1.5 /beginners_guide/index_en.html ) on our website.
78
+ It is recommended to read [ this doc] ( http://www.paddlepaddle.org.cn/documentation/docs/en/1.6 /beginners_guide/index_en.html ) on our website.
81
79
82
80
## Documentation
83
81
84
- We provide [ English] ( http://www.paddlepaddle.org.cn/documentation/docs/en/1.5 /beginners_guide/index_en.html ) and
85
- [ Chinese] ( http://www.paddlepaddle.org.cn/documentation/docs/zh/1.5 /beginners_guide/install/index_cn.html ) documentation.
82
+ We provide [ English] ( http://www.paddlepaddle.org.cn/documentation/docs/en/1.6 /beginners_guide/index_en.html ) and
83
+ [ Chinese] ( http://www.paddlepaddle.org.cn/documentation/docs/zh/1.6 /beginners_guide/install/index_cn.html ) documentation.
86
84
87
85
- [ Deep Learning 101] ( https://github.com/PaddlePaddle/book )
88
86
89
87
You might want to start from this online interactive book that can run in a Jupyter Notebook.
90
88
91
- - [ Distributed Training] ( http://paddlepaddle.org.cn/documentation/docs/en/1.5 /user_guides/howto/training/multi_node_en.html )
89
+ - [ Distributed Training] ( http://paddlepaddle.org.cn/documentation/docs/en/1.6 /user_guides/howto/training/multi_node_en.html )
92
90
93
91
You can run distributed training jobs on MPI clusters.
94
92
95
- - [ Python API] ( http://paddlepaddle.org.cn/documentation/docs/en/1.5 /api/index_en.html )
93
+ - [ Python API] ( http://paddlepaddle.org.cn/documentation/docs/en/1.6 /api/index_en.html )
96
94
97
95
Our new API enables much shorter programs.
98
96
99
- - [ How to Contribute] ( http://paddlepaddle.org.cn/documentation/docs/en/1.5 /advanced_usage/development/contribute_to_paddle/index_en.html )
97
+ - [ How to Contribute] ( http://paddlepaddle.org.cn/documentation/docs/en/1.6 /advanced_usage/development/contribute_to_paddle/index_en.html )
100
98
101
99
We appreciate your contributions!
102
100
0 commit comments