-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[v1.4.0 cherrypick] ONNX Interpolate Add Scales Params - 2 #31274
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
Summary: Fix for : pytorch#27176 Pull Request resolved: pytorch#28324 Reviewed By: hl475 Differential Revision: D18309133 Pulled By: houseroad fbshipit-source-id: 348bb41393442c6b107d88fc2cd3224e0afa3ccf
💊 CircleCI build failures summary and remediationsAs of commit 9fff611: Commit 9fff611 was recently pushed. Waiting for builds... 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. This comment has been revised 9 times. |
…idar/cherry_pick_PR_28324
@spandantiwari @houseroad @gchanan @lara-hdr |
@BowenBao can you submit a patch against master with only the diff changes? That will be easier to review, and then we can just cherry-pick both PRs on top of each other from 1.4. |
aten/src/ATen/native/UpSample.h
Outdated
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.
this comment looks out of date.
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.
Do you mean False
should be None
? I don't have enough context here, but by looking at the code I think other than that the description is accurate. I would include this change if needed in the separate PR as well.
d638273
to
9fff611
Compare
Summary: PR separated from pytorch#31274. Pull Request resolved: pytorch#31526 Reviewed By: zou3519 Differential Revision: D19221931 Pulled By: gchanan fbshipit-source-id: 81958a9910867ac9d62f2b47abc49384526c4e51
Summary: PR separated from pytorch#31274. Pull Request resolved: pytorch#31526 Reviewed By: zou3519 Differential Revision: D19221931 Pulled By: gchanan fbshipit-source-id: 81958a9910867ac9d62f2b47abc49384526c4e51
The original PR is #28324
We hope we can cover torchvision models in PyTorch ONNX exporter with release 1.4. This PR is part of it.
cc: @houseroad