-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Fix validation of dynamic axes names #23974
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
Conversation
Existing code adds two enumerators to the set instead of forming their union.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ezyang is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
It would be really nice if there was a test, but this is the second time I saw this exact patch in the PR queue, so let's go and merge it first... |
@ezyang I added a test. Any idea why it failed in "ci/circleci: caffe2_onnx_py2_gcc5_ubuntu16_04_test"? |
Seems like the new test doesn't work:
|
@ezyang Yes, I understand that :) However the same test passes in other configurations, e.g. |
We only run the onnx tests in the |
@ezyang I fixed the test, the remaining CI issues seem unrelated to my change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ezyang is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Existing code adds two enumerators to the set instead of forming their union.