diff --git a/README.md b/README.md index 6182bb3e684337ba08a716a3996058563c3ae23d..f33861662ea47c263d8fcd6ab2472e3b6085fc13 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ English | [简体中文](./README_cn.md) [![Build Status](https://travis-ci.org/PaddlePaddle/Paddle.svg?branch=develop)](https://travis-ci.org/PaddlePaddle/Paddle) -[![Documentation Status](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](http://www.paddlepaddle.org.cn/documentation/docs/en/1.8/beginners_guide/index_en.html) -[![Documentation Status](https://img.shields.io/badge/中文文档-最新-brightgreen.svg)](http://www.paddlepaddle.org.cn/documentation/docs/zh/1.8/beginners_guide/index_cn.html) +[![Documentation Status](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](https://paddlepaddle.org.cn/documentation/docs/en/guides/index_en.html) +[![Documentation Status](https://img.shields.io/badge/中文文档-最新-brightgreen.svg)](https://paddlepaddle.org.cn/documentation/docs/zh/guides/index_cn.html) [![Release](https://img.shields.io/github/release/PaddlePaddle/Paddle.svg)](https://github.com/PaddlePaddle/Paddle/releases) [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](LICENSE) @@ -22,23 +22,21 @@ PaddlePaddle is originated from industrial practices with dedication and commitm ## Installation -### Latest PaddlePaddle Release: [v1.8](https://github.com/PaddlePaddle/Paddle/tree/release/1.8) +### Latest PaddlePaddle Release: [v2.0](https://github.com/PaddlePaddle/Paddle/tree/release/2.0) Our vision is to enable deep learning for everyone via PaddlePaddle. Please refer to our [release announcement](https://github.com/PaddlePaddle/Paddle/releases) to track the latest features of PaddlePaddle. ### Install Latest Stable Release: ``` -# Linux CPU +# CPU pip install paddlepaddle -# Linux GPU cuda10cudnn7 +# GPU pip install paddlepaddle-gpu -# Linux GPU cuda9cudnn7 -pip install paddlepaddle-gpu==1.8.5.post97 ``` -It is recommended to read [this doc](https://www.paddlepaddle.org.cn/documentation/docs/en/beginners_guide/install/index_en.html) on our website. +More infomation about installation, please view [Quick Install](https://www.paddlepaddle.org.cn/install/quick) -Now our developers can acquire Tesla V100 online computing resources for free. If you create a program by AI Studio, you will obtain 12 hours to train models online per day. If you can insist on that for five consecutive days, then you will receive an extra 48 hours. [Click here to start](http://ai.baidu.com/support/news?action=detail&id=981). +Now our developers can acquire Tesla V100 online computing resources for free. If you create a program by AI Studio, you will obtain 12 hours to train models online per day. If you can insist on that for five consecutive days, then you will receive an extra 48 hours. [Click here to start](https://ai.baidu.com/support/news?action=detail&id=981). ## FOUR LEADING TECHNOLOGIES @@ -67,30 +65,22 @@ Now our developers can acquire Tesla V100 online computing resources for free. I ## Documentation -We provide [English](http://www.paddlepaddle.org.cn/documentation/docs/en/1.8/beginners_guide/index_en.html) and -[Chinese](http://www.paddlepaddle.org.cn/documentation/docs/zh/1.8/beginners_guide/index_cn.html) documentation. +We provide [English](https://www.paddlepaddle.org.cn/documentation/docs/en/guides/index_en.html) and +[Chinese](https://www.paddlepaddle.org.cn/documentation/docs/zh/guide/index_cn.html) documentation. -- [Basic Deep Learning Models](https://www.paddlepaddle.org.cn/documentation/docs/en/beginners_guide/index_en.html) +- [Guides](https://www.paddlepaddle.org.cn/documentation/docs/en/guides/index_en.html) You might want to start from how to implement deep learning basics with PaddlePaddle. - -- [User Guides](https://www.paddlepaddle.org.cn/documentation/docs/en/user_guides/index_en.html) - - You might have got the hang of Beginner’s Guide, and wish to model practical problems and build your original networks. - - -- [Advanced User Guides](https://www.paddlepaddle.org.cn/documentation/docs/en/advanced_guide/index_en.html) +- [Practice](https://www.paddlepaddle.org.cn/documentation/docs/zh/tutorial/index_cn.html) So far you have already been familiar with Fluid. And the next step should be building a more efficient model or inventing your original Operator. - - [API Reference](https://www.paddlepaddle.org.cn/documentation/docs/en/api/index_en.html) Our new API enables much shorter programs. - -- [How to Contribute](https://www.paddlepaddle.org.cn/documentation/docs/en/advanced_guide/addon_development/contribute_code/index_en.html) +- [How to Contribute](https://www.paddlepaddle.org.cn/documentation/docs/en/guides/08_contribution/index_en.html) We appreciate your contributions! @@ -98,7 +88,7 @@ We provide [English](http://www.paddlepaddle.org.cn/documentation/docs/en/1.8/be - [Github Issues](https://github.com/PaddlePaddle/Paddle/issues): bug reports, feature requests, install issues, usage issues, etc. - QQ discussion group: 796771754 (PaddlePaddle). -- [Forums](http://ai.baidu.com/forum/topic/list/168?pageNo=1): discuss implementations, research, etc. +- [Forums](https://ai.baidu.com/forum/topic/list/168?pageNo=1): discuss implementations, research, etc. ## Copyright and License PaddlePaddle is provided under the [Apache-2.0 license](LICENSE). diff --git a/README_cn.md b/README_cn.md index 2fe445f18f4d5690cc7eba031bbc2e0a81a2fde9..336479fa87ff060bbaeb3e685d9a86219c4f737a 100644 --- a/README_cn.md +++ b/README_cn.md @@ -8,8 +8,8 @@ [English](./README.md) | 简体中文 [![Build Status](https://travis-ci.org/PaddlePaddle/Paddle.svg?branch=develop)](https://travis-ci.org/PaddlePaddle/Paddle) -[![Documentation Status](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](http://www.paddlepaddle.org.cn/documentation/docs/en/1.8/beginners_guide/index_en.html) -[![Documentation Status](https://img.shields.io/badge/中文文档-最新-brightgreen.svg)](http://www.paddlepaddle.org.cn/documentation/docs/zh/1.8/beginners_guide/index_cn.html) +[![Documentation Status](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](https://paddlepaddle.org.cn/documentation/docs/en/guides/index_en.html) +[![Documentation Status](https://img.shields.io/badge/中文文档-最新-brightgreen.svg)](https://paddlepaddle.org.cn/documentation/docs/zh/guides/index_cn.html) [![Release](https://img.shields.io/github/release/PaddlePaddle/Paddle.svg)](https://github.com/PaddlePaddle/Paddle/releases) [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](LICENSE) @@ -19,19 +19,16 @@ ## 安装 -### PaddlePaddle最新版本: [v1.8](https://github.com/PaddlePaddle/Paddle/tree/release/1.8) +### PaddlePaddle最新版本: [v2.0](https://github.com/PaddlePaddle/Paddle/tree/release/2.0) 跟进PaddlePaddle最新特性请参考我们的[版本说明](https://github.com/PaddlePaddle/Paddle/releases) ### 安装最新稳定版本: ``` -# Linux CPU +# CPU pip install paddlepaddle -# Linux GPU cuda10cudnn7 +# GPU pip install paddlepaddle-gpu -# Linux GPU cuda9cudnn7 -pip install paddlepaddle-gpu==1.8.5.post97 - ``` 更多安装信息详见官网 [安装说明](https://www.paddlepaddle.org.cn/install/quick) @@ -64,30 +61,22 @@ PaddlePaddle用户可领取**免费Tesla V100在线算力资源**,训练模型 ## 文档 -我们提供 [英文](http://www.paddlepaddle.org.cn/documentation/docs/en/1.8/beginners_guide/index_en.html) 和 -[中文](http://www.paddlepaddle.org.cn/documentation/docs/zh/1.8/beginners_guide/index_cn.html) 文档 +我们提供 [英文](https://www.paddlepaddle.org.cn/documentation/docs/en/guides/index_en.html) 和 +[中文](https://www.paddlepaddle.org.cn/documentation/docs/zh/guides/index_cn.html) 文档 -- [深度学习基础教程](https://www.paddlepaddle.org.cn/documentation/docs/zh/beginners_guide/index_cn.html) +- [使用指南](https://www.paddlepaddle.org.cn/documentation/docs/zh/guides/index_cn.html) 或许您想从深度学习基础开始学习飞桨 +- [应用实践](https://www.paddlepaddle.org.cn/documentation/docs/zh/tutorial/index_cn.html) -- [典型案例](https://www.paddlepaddle.org.cn/documentation/docs/zh/user_guides/index_cn.html) - - 或许您已经掌握了新手入门阶段的内容,期望可以针对实际问题建模、搭建自己网络 - - -- [进阶指南](https://www.paddlepaddle.org.cn/documentation/docs/zh/advanced_guide/index_cn.html) - - 或许您已比较熟练使用PaddlePaddle来完成常规任务,期望获得更高效的模型或者定义自己的Operator - -- [API Reference](https://www.paddlepaddle.org.cn/documentation/docs/zh/api_cn/index_cn.html) +- [API Reference](https://www.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html) 新的API支持代码更少更简洁的程序 -- [贡献方式](https://www.paddlepaddle.org.cn/documentation/docs/zh/advanced_guide/addon_development/contribute_code/index_cn.html) +- [贡献方式](https://www.paddlepaddle.org.cn/documentation/docs/zh/guides/08_contribution/index_cn.html) 欢迎您的贡献! @@ -95,7 +84,7 @@ PaddlePaddle用户可领取**免费Tesla V100在线算力资源**,训练模型 - 欢迎您通过[Github Issues](https://github.com/PaddlePaddle/Paddle/issues)来提交问题、报告与建议 - QQ群: 796771754 (PaddlePaddle) -- [论坛](http://ai.baidu.com/forum/topic/list/168): 欢迎大家在PaddlePaddle论坛分享在使用PaddlePaddle中遇到的问题和经验, 营造良好的论坛氛围 +- [论坛](https://ai.baidu.com/forum/topic/list/168): 欢迎大家在PaddlePaddle论坛分享在使用PaddlePaddle中遇到的问题和经验, 营造良好的论坛氛围 ## 版权和许可证 PaddlePaddle由[Apache-2.0 license](LICENSE)提供