Skip to content
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

【PaddlePaddle Hackathon 2】29 新增 PixelUnshuffle 组网 API #40774

Closed
wants to merge 6 commits into from

Conversation

thunder95
Copy link
Contributor

PR types

New features

PR changes

APIs

Describe

完成第二期第29项目开发任务: #40304
新增了API: paddle.nn.PixelUnshuffle和paddle.nn.functional.pixel_unshuffle
主要功能是实现了PixelShuffle的逆运算, 将[N, C, Hr, Wr] 经过reshape和transpose操作重塑为[N,C*r^2,H, W]的形状,也支持NHWC格式输入。

@paddle-bot-old paddle-bot-old bot added contributor External developers status: proposed labels Mar 21, 2022
@paddle-bot-old
Copy link

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@thunder95 thunder95 changed the title pixel_unshuffle算子开发 【PaddlePaddle Hackathon 2】29 新增 PixelUnshuffle 组网 API Mar 21, 2022
@paddle-bot-old
Copy link

PR格式检查通过,你的PR将接受Paddle专家以及开源社区的review,请及时关注PR动态。
The format inspection passed. Your PR will be reviewed by experts of Paddle and developers from the open-source community. Stay tuned.

@dingjiaweiww
Copy link
Contributor

在PR被review前请先通过CI噢~

@paddle-bot-old
Copy link

paddle-bot-old bot commented Apr 6, 2022

Sorry to inform you that 3732520's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually.

@paddle-bot
Copy link

paddle-bot bot commented Aug 8, 2023

Since you haven't replied for more than a year, we have closed this issue/pr.
If the problem is not solved or there is a follow-up one, please reopen it at any time and we will continue to follow up.
由于您超过一年未回复,我们将关闭这个issue/pr。
若问题未解决或有后续问题,请随时重新打开,我们会继续跟进。

@paddle-bot
Copy link

paddle-bot bot commented Aug 8, 2023

很抱歉,经过我们的反复讨论,你的PR暂未达到合入标准,请阅读飞桨原生算子开发规范,你可以重新提交新的PR,我们先将此PR关闭,感谢你的贡献。
Sorry to inform you that through our discussion, your PR fails to meet the merging standard (Reference: Paddle Custom Operator Design Doc). You can also submit an new one. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants