Skip to main content

Parallel Distributed Deep Learning

Project description


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.1,only 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 Beginner’s 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.

Copyright and License

PaddlePaddle is provided under the Apache-2.0 license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

paddlepaddle_gpu-2.3.1-cp310-cp310-win_amd64.whl (338.3 MB view details)

Uploaded CPython 3.10Windows x86-64

paddlepaddle_gpu-2.3.1-cp310-cp310-manylinux1_x86_64.whl (393.9 MB view details)

Uploaded CPython 3.10

paddlepaddle_gpu-2.3.1-cp39-cp39-win_amd64.whl (338.3 MB view details)

Uploaded CPython 3.9Windows x86-64

paddlepaddle_gpu-2.3.1-cp39-cp39-manylinux1_x86_64.whl (393.9 MB view details)

Uploaded CPython 3.9

paddlepaddle_gpu-2.3.1-cp38-cp38-win_amd64.whl (338.3 MB view details)

Uploaded CPython 3.8Windows x86-64

paddlepaddle_gpu-2.3.1-cp38-cp38-manylinux1_x86_64.whl (393.9 MB view details)

Uploaded CPython 3.8

paddlepaddle_gpu-2.3.1-cp37-cp37m-win_amd64.whl (338.3 MB view details)

Uploaded CPython 3.7mWindows x86-64

paddlepaddle_gpu-2.3.1-cp37-cp37m-manylinux1_x86_64.whl (393.8 MB view details)

Uploaded CPython 3.7m

paddlepaddle_gpu-2.3.1-cp36-cp36m-win_amd64.whl (338.3 MB view details)

Uploaded CPython 3.6mWindows x86-64

paddlepaddle_gpu-2.3.1-cp36-cp36m-manylinux1_x86_64.whl (393.8 MB view details)

Uploaded CPython 3.6m

File details

Details for the file paddlepaddle_gpu-2.3.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: paddlepaddle_gpu-2.3.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 338.3 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.10

File hashes

Hashes for paddlepaddle_gpu-2.3.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7d5f03ac5c60beace2d9ce3b77a0aeb76584a3aed4145f8c67198124b5b59a67
MD5 eab9da4d06eae43812796f7c28ec017e
BLAKE2b-256 14e7625550d6dc9819420ed99069ec9091e528b3b0c595853997c2e3496cf74f

See more details on using hashes here.

File details

Details for the file paddlepaddle_gpu-2.3.1-cp310-cp310-manylinux1_x86_64.whl.

File metadata

  • Download URL: paddlepaddle_gpu-2.3.1-cp310-cp310-manylinux1_x86_64.whl
  • Upload date:
  • Size: 393.9 MB
  • Tags: CPython 3.10
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.10

File hashes

Hashes for paddlepaddle_gpu-2.3.1-cp310-cp310-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 48a9b617cd37b0213d8dac9eaf2a9a2a23087efad7c86161fc9e0884c46477f9
MD5 30c162b12d4a8cfc0a327acdedb60d63
BLAKE2b-256 d0847a4aef68ffc833586ec95e39462d439f81a7fa452bf8ab5786503094ff81

See more details on using hashes here.

File details

Details for the file paddlepaddle_gpu-2.3.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: paddlepaddle_gpu-2.3.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 338.3 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.10

File hashes

Hashes for paddlepaddle_gpu-2.3.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c6047f448d8f8c70b8bb4d9c5dbef1469c674b758af7c4ada4e97257a0bc3603
MD5 1989edf5e17f5e72e569a00e7b3853e5
BLAKE2b-256 1546d08bd708482c137c0e02070f1e6d33fd8934022697746808608b37e81a97

See more details on using hashes here.

File details

Details for the file paddlepaddle_gpu-2.3.1-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: paddlepaddle_gpu-2.3.1-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 393.9 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.10

File hashes

Hashes for paddlepaddle_gpu-2.3.1-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f210067ea34a5e8738d30c7c5828e838397280676e4cda6598fcf92ea429182b
MD5 871de8988bd0556d10aa48bbeb350540
BLAKE2b-256 3c6d9b73b41913a70457de13f97649fff47b34593a8f3aba0c4ef5dcc5952086

See more details on using hashes here.

File details

Details for the file paddlepaddle_gpu-2.3.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: paddlepaddle_gpu-2.3.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 338.3 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.10

File hashes

Hashes for paddlepaddle_gpu-2.3.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 10e9325f9fe4655f7d0027cf59e265d354837c8cbb015ba09e8a0dc538260a67
MD5 771cf7e703ec22b00162e00eaa2a9bb8
BLAKE2b-256 e89095a89d7566f3b92848b85bf512d646052963f2f0c22b2f4d7291f0400320

See more details on using hashes here.

File details

Details for the file paddlepaddle_gpu-2.3.1-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: paddlepaddle_gpu-2.3.1-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 393.9 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.10

File hashes

Hashes for paddlepaddle_gpu-2.3.1-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ea08c9eb1136e09226c0a427e2c25c29481e18ab49478fd044c809a69f951709
MD5 807db68232da835cf59800beb3669731
BLAKE2b-256 fbf26b6ae62d5ecd916d61e1f527cb14990038d473cc670c30045f80b557e6e1

See more details on using hashes here.

File details

Details for the file paddlepaddle_gpu-2.3.1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: paddlepaddle_gpu-2.3.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 338.3 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.10

File hashes

Hashes for paddlepaddle_gpu-2.3.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 365d871f26f74166cf319c34fddf345b801ae01002d55f9fa2e5928db0ace90c
MD5 5eb47f49c28541d7603bbb867c9d073f
BLAKE2b-256 a1c27809f9f170232611855ac857fbbc8bec26d63858e0ec1634afed6d2d931c

See more details on using hashes here.

File details

Details for the file paddlepaddle_gpu-2.3.1-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: paddlepaddle_gpu-2.3.1-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 393.8 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.10

File hashes

Hashes for paddlepaddle_gpu-2.3.1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4420ae5b974f8e6dfa7fa649f04ae45da343d274e4f4a10e06b96ea32db0623b
MD5 3b62b3ec4c30b0c4891695df89bfff15
BLAKE2b-256 89e3d86e8a87e24e0c488edacae630cf243fd417519c571994100fe1585c0ff1

See more details on using hashes here.

File details

Details for the file paddlepaddle_gpu-2.3.1-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: paddlepaddle_gpu-2.3.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 338.3 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.10

File hashes

Hashes for paddlepaddle_gpu-2.3.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 d2fdb2d95ca6f3092b014c3db5d6116bd9a1b8914e57981c90a795368ffc6258
MD5 504ce8336b3f447208595d2f1188c870
BLAKE2b-256 855b729017071055408632c3576faa66cb10f5bec644b74af17a32b270410258

See more details on using hashes here.

File details

Details for the file paddlepaddle_gpu-2.3.1-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: paddlepaddle_gpu-2.3.1-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 393.8 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.10

File hashes

Hashes for paddlepaddle_gpu-2.3.1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c21b5218c543a55211e019665b544b143f95f8920e28d1a24dd77840efdc20ae
MD5 02338ce7737bbe483489ab8925874637
BLAKE2b-256 bc143a9eb59dc51c95df68403e98eb8a6cbb524b87f4e67aa27cbc1f58b345d0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page