Paddle

PaddlePaddle / Paddle

飞桨(PaddlePaddle)核心框架,面向工业实践的深度学习与机器学习平台,支持高性能单机、分布式训练及跨平台部署。

C++ 模型训练 AI 基础设施 数据科学 深度学习框架 分布式训练 模型部署 机器学习 飞桨

为什么值得看

编辑点评

飞桨是国内使用最广泛的深度学习框架之一,兼具工程化成熟度和本土生态优势。适合需要大规模分布式训练、国产硬件适配及工业落地的团队。相比 PyTorch/TensorFlow,其文档和社区对中文开发者更友好,但部分高级用法生态仍待完善。注意关注版本迭代,充分利用其官方模型库和部署工具链。

Star 趋势

近 7 日
  • Star 总数24,090
  • 今日新增+1
  • 7 日增速0%
  • Fork6,021

同类项目

同场景 · 模型训练 / AI 基础设施 / 数据科学

项目文档

来自 GitHub README · develop 分支

-------------------------------------------------------------------------------- English | [简体中文](./README_cn.md) | [日本語](./README_ja.md) 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 23.33 million developers, 760,000 companies and generating 1,100,000 models. With such advantages, PaddlePaddle has helped an increasing number of partners commercialize AI. ## Installation ### Latest PaddlePaddle Release: 3.3 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 or Nightly Release For detailed information about installation, please view [Quick Install](https://www.paddlepaddle.org.cn/install/quick) ## **PaddlePaddle New Generation Framework 3.2** * **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](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. * [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. * [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/guides/08_contribution/index_en.html) We appreciate your contributions! ## Open Source Community * [Github Issues](https://github.com/PaddlePaddle/Paddle/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: * See more details about PaddlePaddle community at [community](https://github.com/PaddlePaddle/community). ## Copyright and License PaddlePaddle is provided under the [Apache-2.0 license](./LICENSE).

文档抓取自 GitHub 仓库 README,版权归原作者所有;已过滤徽章等噪音并经安全消毒后展示。