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

[Bugfix][Relay][Keras] Fix UpSampling2D about the wrong assertion about size #15082

Merged
merged 3 commits into from Jun 14, 2023

Conversation

jikechao
Copy link
Contributor

@jikechao jikechao commented Jun 13, 2023

This PR removed the wrong assertion about UpSampling2D.

In the Keras frontend of TVM, The UpSampling2D has a wired constraint: "Height must equal width for operator Upsample."

However, from the documentation about UpSampling2D, The constraint about size is, " Int, or tuple of 2 integers". Meanwhile, An official example from the Keras documentation uses the size(1, 2)
image.

Thus, the assertion in TVM is wrong. I deleted the related statements and added a bug-triggering test case.

@echuraev @masahi @Hzfengsy

@tvm-bot
Copy link
Collaborator

tvm-bot commented Jun 13, 2023

Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.

Generated by tvm-bot

@jikechao jikechao changed the title Fix UpSampling2D about the wrong assertion about size [Bugfix][Relay][Keras] Fix UpSampling2D about the wrong assertion about size Jun 13, 2023
@echuraev echuraev merged commit 081cc2e into apache:main Jun 14, 2023
18 checks passed
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.

None yet

4 participants