-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[ONNX] Update repeat op #43430
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 repeat op #43430
Conversation
💊 CI failures summary and remediationsAs of commit 3f45948 (more details on the Dr. CI page):
Extra GitHub checks: 1 failed
codecov.io: 1 failed
This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions on the GitHub issue tracker or post in the (internal) Dr. CI Users group. This comment has been revised 58 times. |
…kare/repeat_dynamic_input
…kare/repeat_dynamic_input
…kare/repeat_dynamic_input
…kare/repeat_dynamic_input
…kare/repeat_dynamic_input
BowenBao
left a comment
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.
Should we update name/description "reshape" -> "repeat"?
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.
Looks good. Thanks!
Please update the description.
…ubhambhokare1/pytorch into sbhokare/repeat_dynamic_input
…kare/repeat_dynamic_input
…kare/repeat_dynamic_input
|
@shubhambhokare1 Please fix the test failure. You might want to disable test_repeat for opset 8. |
…kare/repeat_dynamic_input
…ubhambhokare1/pytorch into sbhokare/repeat_dynamic_input
…ubhambhokare1/pytorch into sbhokare/repeat_dynamic_input
Codecov Report
@@ Coverage Diff @@
## master #43430 +/- ##
==========================================
- Coverage 69.29% 69.28% -0.01%
==========================================
Files 379 379
Lines 47074 47082 +8
==========================================
+ Hits 32622 32623 +1
- Misses 14452 14459 +7
Continue to review full report at Codecov.
|
BowenBao
left a comment
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.
LGTM
facebook-github-bot
left a comment
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.
@bzinodev has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Update repeat op so that the inputs to sizes argument can a mixture of dynamic and constant inputs