-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
【complex op】paddlepaddle 支持复数 #61975
Labels
PFCC
Paddle Framework Contributor Club,https://github.com/PaddlePaddle/community/tree/master/pfcc
status/new-issue
新建
type/others
其他问题
Comments
paddle-bot
bot
added
the
PFCC
Paddle Framework Contributor Club,https://github.com/PaddlePaddle/community/tree/master/pfcc
label
Feb 22, 2024
【报名】:3-4 |
【报名】:33 |
【报名】:7、12 |
【报名】:46、47 |
【报名】:8 |
This was referenced Mar 12, 2024
【报名】: 34 |
【报名】:25 |
【报名】:26 |
【报名】:13 |
【报名】:14 |
【报名】: 20 |
【报名】: 10 |
【报名】:8、10 |
【报名】:17 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
PFCC
Paddle Framework Contributor Club,https://github.com/PaddlePaddle/community/tree/master/pfcc
status/new-issue
新建
type/others
其他问题
✨ 任务背景
现有的深度学习框架主要是基于对实数函数的优化设计的,在主流的深度学习应用场景中,网络的输入变量,中间变量,输出变量都是实数,与此相关的基础设施,比如数组,优化器等组件也都是适用于实数类型。
但随着深度学习应用的扩展,也出现对复数支持的需求,比如图像,语音等领域的傅里叶变换,量子物理领域,其理论体系都是基于复数建立的。虽然并非不能用实数表示复数运算,但稍显繁琐,深度学习框架有原生的复数支持,可以使建模更接近其理论。
从更广义的视角来看, 深度学习框架提供更好的复数支持,也是更好地支持复数神经网络研究的基础。
现邀请大家一起参与paddle的复数支持。
主要修改点
需要实现对应op的 前向以及反向复数计算逻辑(部分op没有反向),并在对应op单测中添加复数的单测
具体修改可参考pr:
注意:
任务列表
@YibinLiu666 #64603
@Aoraki-Dream
@Aoraki-Dream #68149 #68303
divide_coo_coo/divide_csr_csr(sparse)multiply_coo_coo/multiply_csr_csr(sparse)@Aoraki-Dream #67976 #6862
认领方式
请大家以 comment 的形式认领任务,如:
多个任务之间需要使用中文顿号分隔,报名多个连续任务可用横线表示,如 2-5
PR 提交格式
看板信息
统计信息
The text was updated successfully, but these errors were encountered: