You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paddle/python/paddle
Wojciech Uss 814b38e30f
update scale collection and propagation algorithm (#31783)
4 years ago
..
amp Dev/fix doc of some api (#28785) 4 years ago
dataset fix DATA_HOME path in win (#29222) 4 years ago
distributed [3D-parallel] add 1f1b scheduler for pipeline (#31566) 4 years ago
fluid update scale collection and propagation algorithm (#31783) 4 years ago
framework Save load/save pickle protocol (#31044) 4 years ago
hapi Fix summary bug when calaculating output shape (#31549) 4 years ago
incubate test=develop, fix test_lookahead (#30677) 4 years ago
inference update for 2.0 inference api. (#27473) 4 years ago
io Add random_split and Subset dataset (#29291) 4 years ago
jit [Dy2stat] Refactoring tensor_shape_transformer.py to Fix Change after Assign Bug (#31082) 4 years ago
libs
metric clean redundant API alias in 2.0 - part 1 (#29928) 4 years ago
nn update conv2d, test=develop (#31480) 4 years ago
onnx Add ONNX Exporter (#27831) 4 years ago
optimizer Use correct master weights in AdamW. (#30895) 4 years ago
proto
reader Upgrade string literals to raw string (#28989) 4 years ago
static [oneDNN] Initial bf16 amp integration (#31093) 4 years ago
tensor fix the bug in expand_v2 op (#30984) 4 years ago
tests fix ut timeout (#31061) 4 years ago
text fix wmt14 doc, remove backward, add bidirect direction in rnn api (#29633) 4 years ago
utils fix multi cuda environment bug (#31694) 4 years ago
vision Update comments for API `RandomResizedCrop` (#31539) 4 years ago
.gitignore
README.md add readme in whl package (#30726) 4 years ago
__init__.py Add Inplace strategy (Output reuse Input Varbase) in dygraph (#30103) 4 years ago
batch.py
check_import_scipy.py
common_ops_import.py
compat.py fix some docs (#29011) 4 years ago
device.py dyngraph (#30892) 4 years ago
distribution.py fix nce, multinomial, Categorical, Normal, Uniform en doc (#28541) 4 years ago
regularizer.py Upgrade string literals to raw string (#28989) 4 years ago
sysconfig.py

README.md


Build Status Documentation Status Documentation Status Release License

Welcome to the PaddlePaddle GitHub.

PaddlePaddle, as the only independent R&D deep learning platform in China, has been officially open-sourced to professional communities since 2016. It is an industrial platform with advanced technologies and rich features that cover core deep learning frameworks, basic model libraries, end-to-end development kits, tools & components as well as service platforms. PaddlePaddle is originated from industrial practices with dedication and commitments to industrialization. It has been widely adopted by a wide range of sectors including manufacturing, agriculture, enterprise service, and so on while serving more than 2.3 million developers. With such advantages, PaddlePaddle has helped an increasing number of partners commercialize AI.

Installation

We provide users with four installation methods ,which are pip, conda, docker and install with source code.

PIP Installation

PREQUISTIES

On Windows:
  • Windows 7/8/10 Pro/Enterprise (64bit)
    • GPU version support CUDA 9.0/9.1/9.2/10.0/10.1only supports single card
  • Python version 2.7.15+/3.5.1+/3.6/3.7/3.8 (64 bit)
  • pip version 9.0.1+ (64 bit)
On Linux:
  • Linux Version (64 bit)
    • CentOS 6 (GPU Version Supports CUDA 9.0/9.1/9.2/10.0/10.1, only supports single card)**
    • CentOS 7 (GPUVersion Supports CUDA 9.0/9.1/9.2/10.0/10.1, CUDA 9.1 only supports single card)**
    • Ubuntu 14.04 (GPUVersion Supports CUDA 10.0/10.1)
    • Ubuntu 16.04 (GPUVersion Supports CUDA 9.0/9.1/9.2/10.0/10.1)
    • Ubuntu 18.04 (GPUVersion Supports CUDA 10.0/10.1)
  • Python Version: 2.7.15+/3.5.1+/3.6/3.7/3.8 (64 bit)
  • pip or pip3 Version 20.2.2+ (64 bit)
On MacOS:
  • MacOS version 10.11/10.12/10.13/10.14 (64 bit) (not support GPU version yet)

  • Python version 2.7.15+/3.5.1+/3.6/3.7/3.8 (64 bit)

  • pip or pip3 version 9.0.1+ (64 bit)

Commands to install

cpu:

python2:

python -m pip install paddlepaddle

python3:

python3 -m pip install paddlepaddle

gpu-cuda10.2:

python2:

python -m pip install paddlepaddle-gpu

python3:

python3 -m pip install paddlepaddle-gpu

gpu-cuda9、10.0、10.1、11:

We only release paddlepaddle-gpu cuda10.2 on pypi.

If you want to install paddlepaddle-gpu with cuda version of 9.0 ,10.0 ,10.1 ,or 11.0, commands to install are on our website: Installation Document

Verify installation

After the installation is complete, you can use python or python3 to enter the Python interpreter and then use import paddle.fluid and fluid.install_check.run_check()

If Your Paddle Fluid is installed succesfully! appears, to verify that the installation was successful.

Other installation methods

If you want to install witch conda or docker or pip,please see commands to install on our website: Installation Document

FOUR LEADING TECHNOLOGIES

  • Agile Framework for Industrial Development of Deep Neural Networks

    The PaddlePaddle deep learning framework facilitates the development while lowering the technical burden, through leveraging a programmable scheme to architect the neural networks. It supports both declarative programming and imperative programming with both development flexibility and high runtime performance preserved. The neural architectures could be automatically designed by algorithms with better performance than the ones designed by human experts.

  • Support Ultra-Large-Scale Training of Deep Neural Networks

    PaddlePaddle has made breakthroughs in ultra-large-scale deep neural networks training. It launched the world's first large-scale open-source training platform that supports the training of deep networks with 100 billions of features and trillions of parameters using data sources distributed over hundreds of nodes. PaddlePaddle overcomes the online deep learning challenges for ultra-large-scale deep learning models, and further achieved the real-time model updating with more than 1 trillion parameters. Click here to learn more

  • Accelerated High-Performance Inference over Ubiquitous Deployments

    PaddlePaddle is not only compatible with other open-source frameworks for models training, but also works well on the ubiquitous developments, varying from platforms to devices. More specifically, PaddlePaddle accelerates the inference procedure with the fastest speed-up. Note that, a recent breakthrough of inference speed has been made by PaddlePaddle on Huawei's Kirin NPU, through the hardware/software co-optimization. Click here to learn more

  • Industry-Oriented Models and Libraries with Open Source Repositories

    PaddlePaddle includes and maintains more than 100 mainstream models that have been practiced and polished for a long time in the industry. Some of these models have won major prizes from key international competitions. In the meanwhile, PaddlePaddle has further more than 200 pre-training models (some of them with source codes) to facilitate the rapid development of industrial applications. Click here to learn more

Documentation

We provide English and Chinese documentation.

  • Basic Deep Learning Models

    You might want to start from how to implement deep learning basics with PaddlePaddle.

  • User Guides

    You might have got the hang of Beginners Guide, and wish to model practical problems and build your original networks.

  • Advanced User Guides

    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

    Our new API enables much shorter programs.

  • How to Contribute

    We appreciate your contributions!

Communication

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

PaddlePaddle is provided under the Apache-2.0 license.