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

Add memory_efficient arg to densenet docs #1090

Merged
merged 2 commits into from
Jul 5, 2019
Merged

Add memory_efficient arg to densenet docs #1090

merged 2 commits into from
Jul 5, 2019

Conversation

ekagra-ranjan
Copy link
Contributor

This PR adds the arg memory_efficient to densenet docs and also mentions its publication.
Relevant: #1003

This PR adds the arg `memory_efficient` to densenet docs and also mentions the relevant publication.
@codecov-io
Copy link

codecov-io commented Jul 4, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1090      +/-   ##
==========================================
- Coverage   64.65%   64.58%   -0.08%     
==========================================
  Files          68       68              
  Lines        5410     5410              
  Branches      830      830              
==========================================
- Hits         3498     3494       -4     
- Misses       1662     1664       +2     
- Partials      250      252       +2
Impacted Files Coverage Δ
torchvision/models/densenet.py 86.79% <ø> (ø) ⬆️
torchvision/transforms/transforms.py 80.9% <0%> (-0.6%) ⬇️
torchvision/transforms/functional.py 71.09% <0%> (-0.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 d762537...1f5bb37. 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 0f91b8f into pytorch:master Jul 5, 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.

3 participants