Skip to content

Conversation

datumbox
Copy link
Contributor

Fixes #3394

@datumbox datumbox force-pushed the bugfix/resnet_fpn_bn_freeze branch from 05b65d0 to ed5961b Compare February 15, 2021 11:15
@codecov
Copy link

codecov bot commented Feb 15, 2021

Codecov Report

Merging #3396 (ed5961b) into master (af97ec2) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3396      +/-   ##
==========================================
+ Coverage   74.80%   74.82%   +0.01%     
==========================================
  Files         105      105              
  Lines        9714     9721       +7     
  Branches     1561     1563       +2     
==========================================
+ Hits         7267     7274       +7     
  Misses       1960     1960              
  Partials      487      487              
Impacted Files Coverage Δ
torchvision/models/detection/backbone_utils.py 88.40% <100.00%> (+0.34%) ⬆️
torchvision/ops/boxes.py 87.77% <100.00%> (+0.71%) ⬆️

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 067b9dc...900dbe2. Read the comment docs.

@datumbox datumbox requested a review from vfdev-5 February 15, 2021 14:01
Copy link
Collaborator

@vfdev-5 vfdev-5 left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks @datumbox !

@datumbox datumbox merged commit eca37cf into pytorch:master Feb 15, 2021
@datumbox datumbox deleted the bugfix/resnet_fpn_bn_freeze branch February 15, 2021 14:23
facebook-github-bot pushed a commit that referenced this pull request Feb 23, 2021
Summary:
* Avoid freezing bn1 if all layers are trainable.

* Remove misleading comments.

Reviewed By: NicolasHug

Differential Revision: D26605317

fbshipit-source-id: cebb26bde8bb45d738258c2deea4e9a878ee54fd
@datumbox datumbox added the bug label Jun 1, 2021
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.

ResNet FPN backbone
3 participants