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 New features ### PR changes APIs ### Describe add more config param for AnalysisConfig.enable_dlnne() && support calibration mode for dlnne run_time

contributor
status: proposed

### PR types New features ### PR changes APIs ### Describe When we use tcp_store, we put tcp server on process 0. If create sub-group using new_group, then process 0...

### PR types Others ### PR changes Others ### Describe When filter is not a persistable tensor, forbid it entering into trt

contributor
status: proposed

### PR types New features ### PR changes Others ### Describe 新执行器支持动转静

### 请提出你的问题 Please ask your question - PaddlePaddle 2.3.1 - Ubuntu 18.04 - 双卡1080ti - CUDA 10.2 在训练过程中出现以下错误,前面已经正常训练了10多轮了。 ``` malloc_consolidate(): invalid chunk size ERROR: Unexpected segmentation fault encountered in DataLoader...

status/new-issue
type/question

### PR types Others ### PR changes Others ### Describe 使用 `np.testing.assert_allclose(...)` 替换 `self.assertTrue(np.allclose(...))`,以优化单测报错信息 - 问题来源于 #44641 - RFC:https://github.com/PaddlePaddle/community/pull/198 ### Changes - [ ] `self.assertTrue(np.allclose(...))` -> `np.testing.assert_allclose(...)` - [ ]...

contributor
PFCC

### PR types Others ### PR changes OPs ### Describe add trt support of group norm

### bug描述 Describe the Bug paddlepaddle==2.2.2 -------------------------------------- C++ Traceback (most recent call last): -------------------------------------- No stack trace in paddle, may be caused by external reasons. ---------------------- Error Message Summary: ----------------------...

status/need-more-info
type/bug-report

### PR types Performance optimization ### PR changes OPs ### Describe - continuation of work started in https://github.com/PaddlePaddle/Paddle/pull/44870, - add all necessary checks inside `matmul_transpose_reshape` and `reshape_transpose_matmul` passes, - remove...

Intel
contributor

### 问题描述 Please describe your issue 1. paddle.create_parameter不能创建complex64的类型 2. set value 报错 ``` python self.weight = paddle.create_parameter([self.num_freqs, in_channels, out_channels], dtype=paddle.float32) self.weight.set_value(paddle.as_complex(paddle.randn([self.num_freqs, in_channels, out_channels, 2]))) ``` ``` need tensor with dtype...

status/new-issue
type/others