2
2
3
3
4
4
[ ![ Build Status] ( https://travis-ci.org/PaddlePaddle/Paddle.svg?branch=develop )] ( https://travis-ci.org/PaddlePaddle/Paddle )
5
- [ ![ Documentation Status] ( https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat )] ( http://paddlepaddle.org/documentation/docs/en/1.0 /getstarted/index_en.html )
6
- [ ![ Documentation Status] ( https://img.shields.io/badge/中文文档-最新-brightgreen.svg )] ( http://paddlepaddle.org/documentation/docs/zh/1.0 /beginners_guide/index.html )
5
+ [ ![ Documentation Status] ( https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat )] ( http://paddlepaddle.org/documentation/docs/en/1.1 /getstarted/index_en.html )
6
+ [ ![ Documentation Status] ( https://img.shields.io/badge/中文文档-最新-brightgreen.svg )] ( http://paddlepaddle.org/documentation/docs/zh/1.1 /beginners_guide/index.html )
7
7
[ ![ Release] ( https://img.shields.io/github/release/PaddlePaddle/Paddle.svg )] ( https://github.com/PaddlePaddle/Paddle/releases )
8
8
[ ![ License] ( https://img.shields.io/badge/license-Apache%202-blue.svg )] ( LICENSE )
9
9
@@ -19,17 +19,17 @@ 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
21
22
- ### Latest PaddlePaddle Release: [ Fluid 1.0.1 ] ( https://github.com/PaddlePaddle/Paddle/tree/release/1.0.0 )
22
+ ### Latest PaddlePaddle Release: [ Fluid 1.1.0 ] ( https://github.com/PaddlePaddle/Paddle/tree/release/1.1 )
23
23
### Install Latest Stable Release:
24
24
```
25
25
# Linux CPU
26
26
pip install paddlepaddle
27
27
# Linux GPU cuda9cudnn7
28
28
pip install paddlepaddle-gpu
29
29
# Linux GPU cuda8cudnn7
30
- pip install paddlepaddle-gpu==1.0.1 .post87
30
+ pip install paddlepaddle-gpu==1.1.0 .post87
31
31
# Linux GPU cuda8cudnn5
32
- pip install paddlepaddle-gpu==1.0.1 .post85
32
+ pip install paddlepaddle-gpu==1.1.0 .post85
33
33
34
34
# For installation on other platform, refer to http://paddlepaddle.org/
35
35
```
@@ -76,26 +76,26 @@ pip install paddlepaddle-gpu==1.0.1.post85
76
76
77
77
## Installation
78
78
79
- It is recommended to read [ this doc] ( http://paddlepaddle.org/documentation/docs/zh/1.0 /beginners_guide/index.html ) on our website.
79
+ It is recommended to read [ this doc] ( http://paddlepaddle.org/documentation/docs/zh/1.1 /beginners_guide/index.html ) on our website.
80
80
81
81
## Documentation
82
82
83
- We provide [ English] ( http://paddlepaddle.org/documentation/docs/en/1.0.0 /getstarted/index_en.html ) and
84
- [ Chinese] ( http://paddlepaddle.org/documentation/docs/zh/1.0 /beginners_guide/index.html ) documentation.
83
+ We provide [ English] ( http://paddlepaddle.org/documentation/docs/en/1.1 /getstarted/index_en.html ) and
84
+ [ Chinese] ( http://paddlepaddle.org/documentation/docs/zh/1.1 /beginners_guide/index.html ) documentation.
85
85
86
86
- [ Deep Learning 101] ( https://github.com/PaddlePaddle/book )
87
87
88
88
You might want to start from this online interactive book that can run in a Jupyter Notebook.
89
89
90
- - [ Distributed Training] ( http://paddlepaddle.org/documentation/docs/zh/1.0 /user_guides/howto/training/cluster_howto.html )
90
+ - [ Distributed Training] ( http://paddlepaddle.org/documentation/docs/zh/1.1 /user_guides/howto/training/cluster_howto.html )
91
91
92
92
You can run distributed training jobs on MPI clusters.
93
93
94
- - [ Python API] ( http://paddlepaddle.org/documentation/api/zh/1.0 /fluid.html )
94
+ - [ Python API] ( http://paddlepaddle.org/documentation/api/zh/1.1 /fluid.html )
95
95
96
96
Our new API enables much shorter programs.
97
97
98
- - [ How to Contribute] ( http://paddlepaddle.org/documentation/docs/zh/1.0 /advanced_usage/development/contribute_to_paddle.html )
98
+ - [ How to Contribute] ( http://paddlepaddle.org/documentation/docs/zh/1.1 /advanced_usage/development/contribute_to_paddle.html )
99
99
100
100
We appreciate your contributions!
101
101
0 commit comments