Skip to content
PArallel Distributed Deep LEarning (『飞桨』核心框架,高性能单机、分布式训练和跨平台部署)
Branch: develop
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/ISSUE_TEMPLATE Update issue templates Nov 23, 2018
cmake MKL-DNN upgrade to 0.20 (#18370) Jul 19, 2019
doc remove unused doc folder Jan 16, 2019
go recover glide for check_style Jan 18, 2019
paddle add license, test=develop (#18709) Jul 22, 2019
patches/grpc Add stopped sign for grpc client Jul 27, 2018
python split different comm method for mnist distributed training (#18715) Jul 22, 2019
tools fix the api.spec file does not get the class comment problem (#18439) Jul 2, 2019
.clang-format fix develop build issue (#10978) May 29, 2018
.dockerignore Polish code Nov 24, 2018
.gitignore Merge pull request #14479 from reyoung/feature/fix_macos_ut Nov 21, 2018
.pre-commit-config.yaml enable cpplint, remove go_fmt Mar 4, 2019
.style.yapf change python code style to pep8 Nov 11, 2016
.travis.yml fix paddle.reader.ComposeNotAligned.__init__ Mar 13, 2019
AUTHORS.md remove async executor and add data_feed.proto to the deps of train de… Jul 17, 2019
CMakeLists.txt Remove the obsolete cmake options (#18481) Jul 3, 2019
CODE_OF_CONDUCT.md Adding a Code of Conduct for Paddle open source project (#7579) Jan 17, 2018
CODE_OF_CONDUCT_cn.md change CODE_OF_CONDUCT_cn.md from Traditional Chinese to Simplified C… Jan 18, 2018
CONTRIBUTING.md fix 404, test=develop Mar 25, 2019
Dockerfile Downgrade gcc to 4.8 (#18614) Jul 18, 2019
ISSUE_TEMPLATE.md Revise one word in ISSUE_TEMPLATE.md (#371) Nov 7, 2016
LICENSE Fix the grammar in copyright. (#8403) Feb 12, 2018
README.md update readme to 1.5.1 (#18670) Jul 18, 2019
README_cn.md update readme to 1.5.1 (#18670) Jul 18, 2019
RELEASE.md update_release_1.4 Apr 23, 2019

README.md

PaddlePaddle

English | 简体中文

Build Status Documentation Status Documentation Status Release License

Welcome to the PaddlePaddle GitHub.

PaddlePaddle (PArallel Distributed Deep LEarning) is an easy-to-use, efficient, flexible and scalable deep learning platform, which is originally developed by Baidu scientists and engineers for the purpose of applying deep learning to many products at Baidu.

Our vision is to enable deep learning for everyone via PaddlePaddle. Please refer to our release announcement to track the latest feature of PaddlePaddle.

Latest PaddlePaddle Release: Fluid 1.5.1

Install Latest Stable Release:

# Linux CPU
pip install paddlepaddle
# Linux GPU cuda9cudnn7
pip install paddlepaddle-gpu
# Linux GPU cuda10cudnn7
pip install paddlepaddle-gpu==1.5.1.post107
# Linux GPU cuda8cudnn7
pip install paddlepaddle-gpu==1.5.1.post87

# For installation on other platform, refer to http://paddlepaddle.org/

Now our developers could acquire Tesla V100 online computing resources for free. If you create a program by AI Studio, you would obtain 12 hours to train models online per day. If you could insist on that for five consecutive days, then you would own extra 48 hours. Click here to start.

Features

  • Flexibility

    PaddlePaddle supports a wide range of neural network architectures and optimization algorithms. It is easy to configure complex models such as neural machine translation model with attention mechanism or complex memory connection.

  • Efficiency

    In order to unleash the power of heterogeneous computing resource, optimization occurs at different levels of PaddlePaddle, including computing, memory, architecture and communication. The following are some examples:

    • Optimized math operations through SSE/AVX intrinsics, BLAS libraries (e.g. MKL, OpenBLAS, cuBLAS) or customized CPU/GPU kernels.
    • Optimized CNN networks through MKL-DNN library.
    • Highly optimized recurrent networks which can handle variable-length sequence without padding.
    • Optimized local and distributed training for models with high dimensional sparse data.
  • Scalability

    With PaddlePaddle, it is easy to use many CPUs/GPUs and machines to speed up your training. PaddlePaddle can achieve high throughput and performance via optimized communication.

  • Connected to Products

    In addition, PaddlePaddle is also designed to be easily deployable. At Baidu, PaddlePaddle has been deployed into products and services with a vast number of users, including ad click-through rate (CTR) prediction, large-scale image classification, optical character recognition(OCR), search ranking, computer virus detection, recommendation, etc. It is widely utilized in products at Baidu and it has achieved a significant impact. We hope you can also explore the capability of PaddlePaddle to make an impact on your product.

Installation

It is recommended to read this doc on our website.

Documentation

We provide English and Chinese documentation.

Communication

  • Github Issues: bug reports, feature requests, install issues, usage issues, etc.
  • QQ discussion group: 432676488 (PaddlePaddle).
  • Forums: discuss implementations, research, etc.

Copyright and License

PaddlePaddle is provided under the Apache-2.0 license.

You can’t perform that action at this time.