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