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

[Relay][Bugfix] Fix conv transpose with default strides in ONNX frontend #15868

Merged
merged 2 commits into from
Oct 4, 2023

Conversation

jikechao
Copy link
Contributor

@jikechao jikechao commented Oct 4, 2023

As the ONNX documentation description here
The parameter strides in ConvTranspose is an optional attribute using '1' as default.

This PR fixed it and added a corresponding regression test.

@jikechao
Copy link
Contributor Author

jikechao commented Oct 4, 2023

@Hzfengsy @vvchernov @echuraev Could you help me review this PR?

@Hzfengsy Hzfengsy merged commit e754bc2 into apache:main Oct 4, 2023
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.

2 participants