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

support 5d for nearest interp #38868

Merged
merged 4 commits into from
Jan 12, 2022
Merged

Conversation

tink2123
Copy link
Contributor

@tink2123 tink2123 commented Jan 11, 2022

PR types

New features

PR changes

OPs

Describe

support 5d for nearest inter

import paddle
x = paddle.randn([1,1,2,3,4])
out = paddle.nn.functional.interpolate(x, scale_factor=2, mode="nearest", data_format="NCDHW")
# out.shape = [1, 1, 4, 6, 8]

@paddle-bot-old
Copy link

Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

ceci3
ceci3 previously approved these changes Jan 11, 2022
Copy link
Contributor

@ceci3 ceci3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

dingjiaweiww
dingjiaweiww previously approved these changes Jan 12, 2022
@tink2123 tink2123 dismissed stale reviews from dingjiaweiww and ceci3 via 2f78a51 January 12, 2022 03:17
Copy link
Contributor

@Avin0323 Avin0323 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM for PR-CI-OP-benchmark

@tink2123 tink2123 merged commit d296456 into PaddlePaddle:develop Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants