https://github.com/cy-suite/paddlepaddle-new

https://github.com/cy-suite/paddlepaddle-new

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.4%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: cy-suite
  • License: apache-2.0
  • Language: C++
  • Default Branch: develop
  • Size: 1.14 GB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 11 months ago · Last pushed 11 months ago
Metadata Files
Readme Contributing License Code of conduct Codeowners Security Authors

README.md


English | |

Documentation Status Documentation Status Release License X (formerly Twitter) URL

Welcome to the PaddlePaddle GitHub.

PaddlePaddle, as the first 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 originates 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 18.08 million developers, 430,000 companies and generating 1,010,000 models. With such advantages, PaddlePaddle has helped an increasing number of partners commercialize AI.

Installation

Latest PaddlePaddle Release: 3.0

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

Install Latest Stable Release

``` sh

CPU

pip install paddlepaddle

GPU

pip install paddlepaddle-gpu ```

For more information about installation, please view Quick Install

PaddlePaddle New Generation Framework 3.0

  • Unified Dynamic/Static Graphs and Automatic Parallelism

    By requiring only minimal tensor partitioning annotations based on a single-card configuration, PaddlePaddle automatically discovers the most efficient distributed parallel strategy. This significantly reduces the costs of industrial development and training, enabling developers to focus more intently on model and algorithm innovation.

  • Integrated Training and Inference for Large Models

    The same framework supports both training and inference, achieving code reuse and seamless integration between these stages. This provides a unified development experience and maximum training efficiency for the entire large model workflow, offering the industry a superior development experience.

  • High-Order Differentiation for Scientific Computing

    Provides capabilities such as high-order automatic differentiation, complex number operations, Fourier transforms, compilation optimization, and distributed training support. It facilitates scientific exploration in fields including mathematics, mechanics, materials science, meteorology, and biology, substantially improving the speed of solving differential equations.

  • Neural Network Compiler

    Adopting an integrated framework design, it supports efficient training and flexible inference for diverse models, including generative and scientific computing models. It achieves an effective balance between computational flexibility and high performance, significantly lowering performance optimization costs.

  • Heterogeneous Multi-Chip Adaptation Features a mature and complete unified adaptation solution for multiple hardware types. Through standardized interfaces, it abstracts the variations in development interfaces across different chip software stacks, realizing a pluggable architecture.

Documentation

We provide English and Chinese documentation.

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

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.

Our new API enables much shorter programs.

We appreciate your contributions!

Open Source Community

  • Github Issues: bug reports, feature requests, install issues, usage issues, etc.
  • Many of our contribution events offer varying levels of mentorship from experienced community members, please check the events in the pinned issues, and consider attending.
  • Community Blog: https://pfcc.blog/
  • See more details about PaddlePaddle community at community.

Copyright and License

PaddlePaddle is provided under the Apache-2.0 license.

Owner

  • Name: cy-suite
  • Login: cy-suite
  • Kind: organization

GitHub Events

Total
  • Public event: 1
Last Year
  • Public event: 1

Dependencies

.github/actions/check-bypass/action.yml actions
  • PFCCLab/ci-bypass v1 composite
.github/actions/rerun-workflow/action.yml actions
.github/workflows/Approval.yml actions
  • ./.github/actions/check-bypass * composite
  • actions/checkout v4 composite
.github/workflows/CI.yml actions
.github/workflows/CheckPRTemplate.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
.github/workflows/Codestyle-Check.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
.github/workflows/_Clone-linux.yml actions
  • actions/checkout v4 composite
.github/workflows/_Py3.yml actions
.github/workflows/_SOT.yml actions
.github/workflows/check-bypass.yml actions
  • PFCCLab/ci-bypass v1 composite
.github/workflows/re-run.yml actions
  • ./.github/actions/rerun-workflow * composite
  • actions/checkout v4 composite
paddle/scripts/musl_build/Dockerfile docker
  • python ${PYTHON_VERSION}-alpine3.11 build
r/Dockerfile docker
  • ubuntu 18.04 build
tools/cinn/docker/Dockerfile docker
  • nvidia/cuda 10.1-cudnn7-devel-ubuntu18.04 build
tools/dockerfile/manylinux/Dockerfile docker
  • ${BASE_TARGET} latest build
  • amd64/almalinux 8 build
  • base latest build
  • cuda latest build
  • python latest build
paddle/fluid/inference/goapi/go.mod go
paddle/scripts/compile_requirements.txt pypi
  • jinja2 *
  • pyyaml *
  • setuptools ==69.0.2
  • setuptools ==57.4.0
  • wget *
  • wheel *
pyproject.toml pypi
python/requirements.txt pypi
  • Pillow *
  • astor *
  • decorator *
  • httpx *
  • networkx *
  • numpy >=1.21
  • opt_einsum ==3.3.0
  • protobuf >=3.20.2
  • typing_extensions *
python/unittest_py/requirements.txt pypi
  • PyGithub * test
  • autograd ==1.4 test
  • coverage ==5.5 test
  • distro * test
  • gymnasium >=1.0.0a1 test
  • hypothesis * test
  • librosa ==0.8.1 test
  • mock * test
  • mypy ==1.11.2 test
  • opencv-python >=4.10.0.84 test
  • paddle2onnx >=0.9.6 test
  • parameterized * test
  • prettytable * test
  • scipy >1.13 test
  • scipy ==1.10.1 test
  • scipy >=1.6, test
  • soundfile * test
  • ubelt ==1.3.3 test
  • visualdl ==2.5.3 test
  • wandb >=0.17.2 test
  • xdoctest ==1.1.1 test
  • xlsxwriter ==3.0.9 test
setup.py pypi
tools/cinn/docker/requirements.txt pypi
  • Pillow *
  • astor *
  • decorator ==4.4.2
  • gast >=0.3.3
  • gast ==0.3.3
  • numpy >=1.13,<=1.19.3
  • numpy >=1.13,<=1.16.4
  • numpy >=1.13
  • protobuf >=3.1.0
  • requests >=2.20.0
  • six *
  • xgboost *