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/documentation/docs/en/1.4 /beginners_guide/index_en.html )
7
- [ ![ Documentation Status] ( https://img.shields.io/badge/中文文档-最新-brightgreen.svg )] ( http://www.paddlepaddle.org/documentation/docs/zh/1.4 /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.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 )
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,16 @@ 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: [ Fluid 1.4.1 ] ( https://github.com/PaddlePaddle/Paddle/tree/release/1.4 )
21
+ ### Latest PaddlePaddle Release: [ Fluid 1.5.0 ] ( https://github.com/PaddlePaddle/Paddle/tree/release/1.5 )
22
22
### Install Latest Stable Release:
23
23
```
24
24
# Linux CPU
25
25
pip install paddlepaddle
26
26
# Linux GPU cuda9cudnn7
27
27
pip install paddlepaddle-gpu
28
28
# Linux GPU cuda8cudnn7
29
- pip install paddlepaddle-gpu==1.4.1.post87
30
- # Linux GPU cuda8cudnn5
31
- pip install paddlepaddle-gpu==1.4.1.post85
29
+ pip install paddlepaddle-gpu==1.5.0.post87
30
+
32
31
33
32
# For installation on other platform, refer to http://paddlepaddle.org/
34
33
```
@@ -75,26 +74,26 @@ pip install paddlepaddle-gpu==1.4.1.post85
75
74
76
75
## Installation
77
76
78
- It is recommended to read [ this doc] ( http://www.paddlepaddle.org/documentation/docs/en/1.4 /beginners_guide/index_en.html ) on our website.
77
+ It is recommended to read [ this doc] ( http://www.paddlepaddle.org.cn /documentation/docs/en/1.5 /beginners_guide/install /index_en.html ) on our website.
79
78
80
79
## Documentation
81
80
82
- We provide [ English] ( http://www.paddlepaddle.org/documentation/docs/en/1.4 /beginners_guide/index_en.html ) and
83
- [ Chinese] ( http://www.paddlepaddle.org/documentation/docs/zh/1.4 /beginners_guide/install /index_cn.html ) documentation.
81
+ We provide [ English] ( http://www.paddlepaddle.org.cn /documentation/docs/en/1.5 /beginners_guide/index_en.html ) and
82
+ [ Chinese] ( http://www.paddlepaddle.org.cn /documentation/docs/zh/1.5 /beginners_guide/index_cn.html ) documentation.
84
83
85
84
- [ Deep Learning 101] ( https://github.com/PaddlePaddle/book )
86
85
87
86
You might want to start from this online interactive book that can run in a Jupyter Notebook.
88
87
89
- - [ Distributed Training] ( http://paddlepaddle.org/documentation/docs/en/1.4 /user_guides/howto/training/multi_node_en.html )
88
+ - [ Distributed Training] ( http://www. paddlepaddle.org.cn /documentation/docs/en/1.5 /user_guides/howto/training/multi_node_en.html )
90
89
91
90
You can run distributed training jobs on MPI clusters.
92
91
93
- - [ Python API] ( http://paddlepaddle.org/documentation/docs/en/1.4 /api/index_en.html )
92
+ - [ Python API] ( http://www. paddlepaddle.org.cn /documentation/docs/en/1.5 /api/index_en.html )
94
93
95
94
Our new API enables much shorter programs.
96
95
97
- - [ How to Contribute] ( http://paddlepaddle.org/documentation/docs/en/1.4 /advanced_usage/development/contribute_to_paddle/index_en.html )
96
+ - [ How to Contribute] ( http://www. paddlepaddle.org.cn /documentation/docs/en/1.5 /advanced_usage/development/contribute_to_paddle/index_en.html )
98
97
99
98
We appreciate your contributions!
100
99
0 commit comments