Paddle
Paddle copied to clipboard
PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
### PR types Others ### PR changes Others ### Describe fixed the problem that sometimes outside_tensors‘ shape did not init
### PR types New features ### PR changes APIs ### Describe ### what's New? + 动态图 Layer 实例化时,新增模型参数延迟初始化功能 + 新增 LazyInit 类接口,支持两种方式触发参数的Lazy初始化 + 方式一:`LazyInit(Model)(...)`,即在实例化时,用 LazyInit 进行包裹 + 方式二:`with LazyInit() as...
## 任务目录 - API 开发 - 算子性能优化 - 数据类型扩展 - 科学计算项目贡献 - CINN 算子开发 - OpenVINO 项目贡献 - 开发板部署 - 链桨项目贡献 - 开源社区洞察 - 其他项目贡献 大家好,非常高兴地告诉大家,第三期 [PaddlePaddle Hackathon](https://www.paddlepaddle.org.cn/PaddlePaddleHackathon-2022-6?fr=paddleg) 开始了。PaddlePaddle Hackathon...
### bug描述 Describe the Bug There are no kernels which are registered in the elementwise_floordiv operator. ```python def elementwise_floordiv(x, y, axis, in_dtype): import paddle paddle.enable_static() with paddle.static.program_guard(paddle.static.Program(), paddle.static.Program()): node_x =...
### PR types Others ### PR changes Others ### Describe Polish backend and layout details
hi,大家好,非常高兴的告诉大家,百度飞桨论文复现赛第七期已经开始了,本次论文复现赛共将有100+篇的经典&前沿论文供大家复现。同时飞桨特色模型挑战赛持续展开,详细信息可以参考[AI Studio 链接](https://aistudio.baidu.com/aistudio/competition/detail/406/0/introduction),大家是否已经迫不及待了呢~ 为了帮助大家更好的了解每篇论文的复现进度,本次复现赛将在本帖中汇总信息。如果你报名/提交结果,需要按格式在进行回复,我们每天会汇总所有的信息,并更新在下表中,你可以通过下面的表格中,了解到每一篇论文的相关信息。 回复的格式为: 【队名】:你队伍的名称 【序号】:你队伍想要复现的论文序号 【论文】:你队伍想要复现的论文名称 【状态】:报名/提交 【repo链接】:repo的链接 如: 【队名】:百度飞桨 【序号】:100 【论文】:Paper 1 【状态】:提交 【repo链接】:https://github.com/PaddlePaddle/Paddle ## 论文复现赛赛题 ### 图像分类 | 序号 | 论文信息 | 复现等级 | 报名队伍 |...
### PR types New features ### PR changes APIs ### Describe 新增laplace分布api;历史commit: https://github.com/PaddlePaddle/Paddle/pull/44579#issue-1316379129 设计文档:https://github.com/PaddlePaddle/community/pull/190#issue-1318006124
### PR types Others ### PR changes Others ### Describe 修改sync batch norm的mean和variance为inplace的
### PR types Others ### PR changes Others ### Describe change to async mode for xpu multi-card training in static graph mode
### PR types Function optimization ### PR changes OPs ### Describe enhance grid_sampler op to 5D input and it only supports gpu kernel