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

[ONNX] Enable remaining failed tests in opset13 #50806

Merged

Conversation

hwangdeyu
Copy link
Collaborator

  • The reason of the most test failures in opset 13 is the "where" op uses the "unbind" and "split" old op version, which will throw the split error.
  • Other tests can be passed after the updated of Squeeze and Unsqueeze.

@hwangdeyu hwangdeyu changed the title [ONNX] Enable remaining test in opset13 [ONNX] Enable remaining failed tests in opset13 Jan 20, 2021
Copy link
Contributor

@neginraoof neginraoof left a comment

Choose a reason for hiding this comment

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

Thanks for the updates. Left a couple comments.

torch/onnx/symbolic_helper.py Outdated Show resolved Hide resolved
test/onnx/test_pytorch_onnx_onnxruntime.py Show resolved Hide resolved
torch/onnx/symbolic_opset13.py Show resolved Hide resolved
@hwangdeyu hwangdeyu force-pushed the deyu/enable_opset13_missingtest branch 3 times, most recently from 9aa8332 to 97bdbd1 Compare January 21, 2021 09:04
@hwangdeyu hwangdeyu force-pushed the deyu/enable_opset13_missingtest branch from 712334b to 89f3739 Compare January 22, 2021 12:31
Copy link
Contributor

@neginraoof neginraoof left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks.

@neginraoof
Copy link
Contributor

Please rebase this before merge.

@hwangdeyu hwangdeyu force-pushed the deyu/enable_opset13_missingtest branch from 050b804 to c66b81d Compare January 29, 2021 06:46
BowenBao added a commit that referenced this pull request Feb 2, 2021
* enable remaining test in opset13

* add comments for error version test info

* fix comments:opset12 unbind problem

* add ignore[no-redef]

* fix format

Co-authored-by: hwangdeyu <deyhuang@qq.com>

[ghstack-poisoned]
BowenBao added a commit that referenced this pull request Feb 3, 2021
* enable remaining test in opset13

* add comments for error version test info

* fix comments:opset12 unbind problem

* add ignore[no-redef]

* fix format

Co-authored-by: hwangdeyu <deyhuang@qq.com>

Differential Revision: [D26203122](https://our.internmc.facebook.com/intern/diff/D26203122)

[ghstack-poisoned]
facebook-github-bot pushed a commit that referenced this pull request Feb 4, 2021
Summary:
Pull Request resolved: #51518

* enable remaining test in opset13

* add comments for error version test info

* fix comments:opset12 unbind problem

* add ignore[no-redef]

* fix format

Test Plan: Imported from OSS

Reviewed By: pbelevich

Differential Revision: D26203122

Pulled By: SplitInfinity

fbshipit-source-id: e7d95bd2ce13f79f11965be82f640379cd55ff0f

Co-authored-by: hwangdeyu <deyhuang@qq.com>
BowenBao added a commit to BowenBao/pytorch that referenced this pull request Feb 5, 2021
* enable remaining test in opset13

* add comments for error version test info

* fix comments:opset12 unbind problem

* add ignore[no-redef]

* fix format

Co-authored-by: hwangdeyu <deyhuang@qq.com>

ghstack-source-id: 4ea81e90c66678d953b5219b9672444eedde62f3
Pull Request resolved: pytorch#51518
@hwangdeyu hwangdeyu deleted the deyu/enable_opset13_missingtest branch August 30, 2021 03:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants