Skip to content
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

[Release/1.7] [ONNX] Improve error handling for adaptive_pool #46100

Merged
merged 1 commit into from Oct 12, 2020

Conversation

neginraoof
Copy link
Contributor

@neginraoof neginraoof commented Oct 9, 2020

Cherry-pick of #45874 into release/1.7
Summary:
Duplicate of #43032
This update would improve error handling for interpolate with 'area' mode.

Summary:
Duplicate of pytorch#43032
This update would also improve error handling for interpolate with 'area' mode.

Pull Request resolved: pytorch#45874

Reviewed By: albanD

Differential Revision: D24141266

Pulled By: bzinodev

fbshipit-source-id: 7559f1d6af4f1ef3507c15a1aee76fe01fa433cd
@dr-ci
Copy link

dr-ci bot commented Oct 9, 2020

💊 CI failures summary and remediations

As of commit 9af3fd9 (more details on the Dr. CI page):


  • 2/2 failures possibly* introduced in this PR
    • 2/2 non-CircleCI failure(s)

ci.pytorch.org: 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.

See how this bot performed.

This comment has been revised 2 times.

@codecov
Copy link

codecov bot commented Oct 9, 2020

Codecov Report

Merging #46100 into release/1.7 will decrease coverage by 0.00%.
The diff coverage is 0.00%.

Impacted file tree graph

@@               Coverage Diff               @@
##           release/1.7   #46100      +/-   ##
===============================================
- Coverage        68.46%   68.45%   -0.01%     
===============================================
  Files              406      406              
  Lines            52267    52272       +5     
===============================================
- Hits             35785    35784       -1     
- Misses           16482    16488       +6     
Impacted Files Coverage Δ
torch/onnx/symbolic_opset9.py 35.39% <0.00%> (-0.18%) ⬇️
torch/onnx/utils.py 70.29% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e93ae1e...9af3fd9. Read the comment docs.

@malfet malfet changed the title [ONNX] Improve error handling for adaptive_pool (#45874) [Release/1.7] [ONNX] Improve error handling for adaptive_pool Oct 12, 2020
@malfet malfet merged commit b234d94 into pytorch:release/1.7 Oct 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants