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

Fixing Mutation of 2d tensors in to_pil_image #762

Merged
merged 1 commit into from
Feb 26, 2019

Conversation

surgan12
Copy link
Contributor

closes #760

@codecov-io
Copy link

Codecov Report

Merging #762 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #762   +/-   ##
=======================================
  Coverage   40.31%   40.31%           
=======================================
  Files          29       29           
  Lines        2746     2746           
  Branches      432      432           
=======================================
  Hits         1107     1107           
  Misses       1563     1563           
  Partials       76       76
Impacted Files Coverage Δ
torchvision/transforms/functional.py 70.47% <100%> (ø) ⬆️

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 22bc44e...507ca62. Read the comment docs.

Copy link
Member

@fmassa fmassa left a comment

Choose a reason for hiding this comment

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

Thanks!

@fmassa fmassa merged commit 55b5a6b into pytorch:master Feb 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

to_pil_image mutates a 2-d tensor
3 participants