Skip to content

Commit b612c46

Browse files
committed
update_release_1.4
1 parent b3a1194 commit b612c46

File tree

4 files changed

+24
-402
lines changed

4 files changed

+24
-402
lines changed

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
English | [简体中文](./README_cn.md)
44

55
[![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)
88
[![Release](https://img.shields.io/github/release/PaddlePaddle/Paddle.svg)](https://github.com/PaddlePaddle/Paddle/releases)
99
[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](LICENSE)
1010

@@ -18,17 +18,17 @@ learning to many products at Baidu.
1818
Our vision is to enable deep learning for everyone via PaddlePaddle.
1919
Please refer to our [release announcement](https://github.com/PaddlePaddle/Paddle/releases) to track the latest feature of PaddlePaddle.
2020

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)
2222
### Install Latest Stable Release:
2323
```
2424
# Linux CPU
2525
pip install paddlepaddle
2626
# Linux GPU cuda9cudnn7
2727
pip install paddlepaddle-gpu
2828
# Linux GPU cuda8cudnn7
29-
pip install paddlepaddle-gpu==1.3.0.post87
29+
pip install paddlepaddle-gpu==1.4.0.post87
3030
# Linux GPU cuda8cudnn5
31-
pip install paddlepaddle-gpu==1.3.0.post85
31+
pip install paddlepaddle-gpu==1.4.0.post85
3232
3333
# For installation on other platform, refer to http://paddlepaddle.org/
3434
```
@@ -75,26 +75,26 @@ pip install paddlepaddle-gpu==1.3.0.post85
7575

7676
## Installation
7777

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.
7979

8080
## Documentation
8181

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.
8484

8585
- [Deep Learning 101](https://github.com/PaddlePaddle/book)
8686

8787
You might want to start from this online interactive book that can run in a Jupyter Notebook.
8888

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)
9090

9191
You can run distributed training jobs on MPI clusters.
9292

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)
9494

9595
Our new API enables much shorter programs.
9696

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)
9898

9999
We appreciate your contributions!
100100

README_cn.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
[English](./README.md) | 简体中文
44

55
[![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)
88
[![Release](https://img.shields.io/github/release/PaddlePaddle/Paddle.svg)](https://github.com/PaddlePaddle/Paddle/releases)
99
[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](LICENSE)
1010

@@ -16,17 +16,17 @@ PaddlePaddle (PArallel Distributed Deep LEarning) 是一个简单易用、高效
1616

1717
跟进PaddlePaddle最新特性请参考我们的[版本说明](https://github.com/PaddlePaddle/Paddle/releases)
1818

19-
### PaddlePaddle最新版本: [Fluid 1.3.0](https://github.com/PaddlePaddle/Paddle/tree/release/1.3)
19+
### PaddlePaddle最新版本: [Fluid 1.4.1](https://github.com/PaddlePaddle/Paddle/tree/release/1.4)
2020
### 安装最新稳定版本:
2121
```
2222
# Linux CPU
2323
pip install paddlepaddle
2424
# Linux GPU cuda9cudnn7
2525
pip install paddlepaddle-gpu
2626
# Linux GPU cuda8cudnn7
27-
pip install paddlepaddle-gpu==1.3.0.post87
27+
pip install paddlepaddle-gpu==1.4.1.post87
2828
# Linux GPU cuda8cudnn5
29-
pip install paddlepaddle-gpu==1.3.0.post85
29+
pip install paddlepaddle-gpu==1.4.1.post85
3030
3131
# 其他平台上的安装指引请参考 http://paddlepaddle.org/
3232
```
@@ -57,26 +57,26 @@ pip install paddlepaddle-gpu==1.3.0.post85
5757

5858
## 安装
5959

60-
推荐阅读官网上的[安装说明](http://paddlepaddle.org/documentation/docs/zh/1.3/beginners_guide/install/index_cn.html)
60+
推荐阅读官网上的[安装说明](http://www.paddlepaddle.org/documentation/docs/zh/1.4/beginners_guide/install/index_cn.html)
6161

6262
## 文档
6363

64-
我们提供[英文](http://paddlepaddle.org/documentation/docs/en/1.3/beginners_guide/index_en.html)
65-
[中文](http://paddlepaddle.org/documentation/docs/zh/1.3/beginners_guide/index.html) 文档
64+
我们提供[英文](http://www.paddlepaddle.org/documentation/docs/en/1.4/beginners_guide/index_en.html)
65+
[中文](http://www.paddlepaddle.org/documentation/docs/zh/1.4/beginners_guide/install/index_cn.html) 文档
6666

6767
- [深度学习101](https://github.com/PaddlePaddle/book)
6868

6969
或许您想从这个在线交互式书籍开始,可以在Jupyter Notebook中运行
7070

71-
- [分布式训练](http://paddlepaddle.org/documentation/docs/zh/1.3/user_guides/howto/training/multi_node.html)
71+
- [分布式训练](http://paddlepaddle.org/documentation/docs/zh/1.4/user_guides/howto/training/multi_node.html)
7272

7373
可以在MPI集群上运行分布式训练任务
7474

75-
- [Python API](http://paddlepaddle.org/documentation/docs/zh/1.3/api_cn/index_cn.html)
75+
- [Python API](http://paddlepaddle.org/documentation/docs/zh/1.4/api_cn/index_cn.html)
7676

7777
新的API支持代码更少更简洁的程序
7878

79-
- [贡献方式](http://paddlepaddle.org/documentation/docs/zh/1.3/advanced_usage/development/contribute_to_paddle/index_cn.html)
79+
- [贡献方式](http://paddlepaddle.org/documentation/docs/zh/1.4/advanced_usage/development/contribute_to_paddle/index_cn.html)
8080

8181
欢迎您的贡献!
8282

RELEASE.cn.md

-139
This file was deleted.

0 commit comments

Comments
 (0)