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

Fix crash in tf.image.resize when antialias is True and size is large #57929

Conversation

yongtang
Copy link
Member

@yongtang yongtang commented Oct 1, 2022

This PR tries to fix the issue raised in #57897 where tf.image.resize
will crash when antialias is True and size is large.

This PR fixes #57897.

Signed-off-by: Yong Tang yong.tang.github@outlook.com

This PR tries to fix the issue raised in 57897 where tf.image.resize
will crash when antialias is True and size is large.

This PR fixes 57897.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
@google-ml-butler google-ml-butler bot added the size:S CL Change Size: Small label Oct 1, 2022
@google-ml-butler google-ml-butler bot added the awaiting review Pull request awaiting review label Oct 1, 2022
@yongtang yongtang requested review from cantonios and removed request for rohan100jain October 1, 2022 21:26
@gbaned gbaned added this to Assigned Reviewer in PR Queue via automation Oct 3, 2022
@gbaned gbaned added prtype:bugfix PR to fix a bug comp:core issues related to core part of tensorflow labels Dec 29, 2022
@gbaned
Copy link
Contributor

gbaned commented Dec 29, 2022

Hi @cantonios Can you please review this PR ? Thank you!

PR Queue automation moved this from Assigned Reviewer to Approved by Reviewer Jan 3, 2023
@google-ml-butler google-ml-butler bot added kokoro:force-run Tests on submitted change ready to pull PR ready for merge process labels Jan 3, 2023
@kokoro-team kokoro-team removed the kokoro:force-run Tests on submitted change label Jan 3, 2023
@copybara-service copybara-service bot merged commit 89f2e2a into tensorflow:master Jan 5, 2023
PR Queue automation moved this from Approved by Reviewer to Merged Jan 5, 2023
@yongtang yongtang deleted the 57897-tf.image.resize-antialias-crash branch January 6, 2023 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting review Pull request awaiting review comp:core issues related to core part of tensorflow prtype:bugfix PR to fix a bug ready to pull PR ready for merge process size:S CL Change Size: Small
Projects
PR Queue
  
Merged
Development

Successfully merging this pull request may close these issues.

tf.image.resize crash with abort when antialias is set to True
4 participants