-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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] Update Slice op conversion to take strides into account, clean up tests #6467
Conversation
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.
I noticed this when I dynamic-ified strided slice in #6351 on Friday. This will conflict with that slightly, but I'm happy to deal with the conflicts in favor of the test improvements :)
I don't love the use of pytorch in the onnx tests, I'd really prefer fewer cross-framework testing dependencies.
@mbrookhart I realized, you would get some conflicts in |
Thanks @masahi @mbrookhart ! |
… up tests (apache#6467) Co-authored-by: masa <[email protected]>
… up tests (apache#6467) Co-authored-by: masa <[email protected]>
… up tests (apache#6467) Co-authored-by: masa <[email protected]>
Fix #6441
Also cleaned up test code in onnx a bit.
please review @siju-samuel @mbrookhart @jwfromm