MCPcopy Create free account
hub / github.com/tensorpack/tensorpack / resnet_conv5

Function resnet_conv5

examples/FasterRCNN/modeling/backbone.py:187–190  ·  view source on GitHub ↗
(image, num_block)

Source from the content-addressed store, hash-verified

185
186@auto_reuse_variable_scope
187def resnet_conv5(image, num_block):
188 with backbone_scope(freeze=False):
189 l = resnet_group('group3', image, resnet_bottleneck, 512, num_block, 2)
190 return l
191
192
193def resnet_fpn_backbone(image, num_blocks):

Callers 1

roi_headsMethod · 0.85

Calls 2

backbone_scopeFunction · 0.85
resnet_groupFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…