-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Allow list and tuples to be passed as output_size to max_unpool1d #16489
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
Allow list and tuples to be passed as output_size to max_unpool1d #16489
Conversation
Changelog: - Modify concantenation of [1] to a tuple by wrapping it in the same type as that of the output_size passed
|
genuine test failures: |
|
Thanks for letting me know, I'm working on them. |
|
All tests should pass now, however the builds have failed due to a lock issue. |
501040e to
f0169e1
Compare
|
@soumith is this good to go? |
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.
@soumith is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Changelog:
Test plan:
listandtuple(heretorch.Size())Fixes #16486