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
trafficstars

### PR types Others ### PR changes OPs ### Describe migrate class center sample infer shape

### PR types Others ### PR changes Others ### Describe Use CINN in the paddle inference.

### PR types Bug fixes ### PR changes Others ### Describe Add persistable assertion for bias in preln_residual_bias_fuse_pass 该模型错误地匹配到了preln_residual_bias_pass。如下图所示,将红色方框内的operators融合为了preln_residual_bias op。该行为不符合预期,因为蓝色方框内的elemenwise_add并不是bias. 解决办法: 修改preln_residual_bias_pass,加强bias的判定条件。 ![image](https://user-images.githubusercontent.com/7534971/183823139-071e29e9-d8b6-44c3-8a47-3bb872b4b2f9.png)

### PR types Bug fixes ### PR changes Others ### Describe Refine program cache

### PR types Others ### PR changes Others ### Describe 该PR效果:fused_embedding_eltwise_layernorm_op 和 skip_layernorm_op 算子添加对fp16的支持 测试模型: ```python import paddle from paddle.static import InputSpec import numpy as np import os import paddle.inference...

### PR types New features ### PR changes OPs ### Describe add warpctc op in phi for xpu.底层的实现依然调用第三方库 https://github.com/baidu-research/warp-ctc 的CPU版本。

### PR types Others ### PR changes Others ### Describe This pr adds the pybind and python implementation for ProcessMesh and DeviceMesh.

### PR types Bug fixes ### PR changes Others ### Describe 1. change the codegen code to avoid conversion from heterogeneous 'initializer list' to tuple, which fails on gcc 5.4;...

### PR types Bug fixes ### PR changes OPs ### Describe fix bug of adaptive pool2d_grad for xpu.

### PR types New features ### PR changes APIs ### Describe add QuantRowParallelLinear and QuantColumnParallelLinear in Quantization; support model parallel QAT