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

Allowing 'F' mode for 1 channel FloatTensor #1100

Merged
merged 4 commits into from
Jul 9, 2019
Merged

Conversation

surgan12
Copy link
Contributor

@surgan12 surgan12 commented Jul 7, 2019

fixes #1099
cc: @fmassa

@surgan12 surgan12 changed the title Adding Allowing 'F' mode for 1 channel FloatTensor Jul 7, 2019
@codecov-io
Copy link

codecov-io commented Jul 8, 2019

Codecov Report

Merging #1100 into master will increase coverage by 0.09%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1100      +/-   ##
==========================================
+ Coverage   64.57%   64.66%   +0.09%     
==========================================
  Files          68       68              
  Lines        5411     5411              
  Branches      831      831              
==========================================
+ Hits         3494     3499       +5     
+ Misses       1665     1662       -3     
+ Partials      252      250       -2
Impacted Files Coverage Δ
torchvision/transforms/functional.py 71.38% <100%> (ø) ⬆️
torchvision/transforms/transforms.py 81.53% <0%> (+0.98%) ⬆️

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 3483342...0227db5. 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 0c75d99 into pytorch:master Jul 9, 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.

torchvision.transforms.functional.to_pil_image
3 participants