Skip to content

Conversation

@kurtamohler
Copy link
Collaborator

Fixes #41528

@codecov
Copy link

codecov bot commented Sep 22, 2020

Codecov Report

Merging #45090 into master will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #45090      +/-   ##
==========================================
- Coverage   67.85%   67.85%   -0.01%     
==========================================
  Files         384      384              
  Lines       50026    50026              
==========================================
- Hits        33947    33944       -3     
- Misses      16079    16082       +3     
Impacted Files Coverage Δ
torch/nn/functional.py 92.16% <ø> (ø)
torch/utils/_benchmark/utils/common.py 77.68% <0.00%> (-1.66%) ⬇️
torch/testing/_internal/expecttest.py 77.55% <0.00%> (-1.03%) ⬇️

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 dfb8f2d...caf09af. Read the comment docs.

Copy link
Contributor

@zou3519 zou3519 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is kind of weird, but at least we're documenting the current behavior!

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zou3519 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@zou3519 merged this pull request in d1c68a7.

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.

torch.nn.functional.grid_sample()is doing bilinear interpolation when the input is 5D, i think the mode should add 'trilinear'

5 participants