Paddle icon indicating copy to clipboard operation
Paddle copied to clipboard

PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)

Results 1049 Paddle issues
Sort by recently updated
recently updated
newest added

### PR types Function optimization ### PR changes OPs ### Describe Migration of reshape2 and squeeze2 from fluid to phi.

Intel
contributor

### PR types Others ### PR changes Others ### Describe - Flake8 tracking issue: #46039 修复 F401 unused import 存量 python 代码 初步尝试一些可行性

contributor
status: proposed

### PR types New features ### PR changes Others ### Describe add paddle audio dataset && backend

## 项目说明 用于跟踪 [Call-for-Contributions: Flake8 引入计划](https://github.com/PaddlePaddle/community/blob/master/pfcc/call-for-contributions/code_style_flake8.md) 及相关 CodeStyle 升级各个任务的计划和进度 部分针对任意文本的代码风格全量修复需要同样为如文档(`.md`、`.rst`)、C++ 相关文件(`.cc`、`.c`、`.h`、`.cu`、`.cpp`、`.cmake`、`CMakeLists.txt`)一并修复 ## 项目初始状态 以 Flake8 默认配置为准,一共 121 个子项。Paddle 中存在问题的子项共 70 个。 - 错误码参考: - E、W:[PyCodeStyle Error code](https://pycodestyle.pycqa.org/en/latest/intro.html#error-codes) - F:[Flake8 Error...

PFCC

### PR types Performance optimization ### PR changes APIs ### Describe This PR support **+** and **-** operator expose under Cpp level directly.

### 需求描述 Feature Description design doc: https://github.com/PaddlePaddle/docs/blob/develop/docs/design/phi/design_en.md with Op name (op_type) as the unit, MKLDNN currently has a total of 100 OpKernels, which we divide into three categories: 1. Migrate...

Intel
status/following-up
type/feature-request

### PR types Others ### PR changes Others ### Describe - migrate gelu FWD and BWD kernels to PHI, - cleanup fluid code, - remove unused macros.

Intel
contributor

### PR types Others ### PR changes Docs ### Describe Some docs error,fix it. chinese docs fix links: https://github.com/PaddlePaddle/docs/pull/5277

contributor
status: proposed

### PR types Bug fixes ### PR changes Others ### Describe [Dygraph] Fix performance of pp+mp by using send/recv_calc_stream instead of send/recv.

### PR types Others ### PR changes Others ### Describe Migrate sum(add) operator to phi

Intel
contributor