MCPcopy Create free account
hub / github.com/VincentHancoder/SSGD / ResNetV1d

Class ResNetV1d

mmdet/models/backbones/resnet.py:661–672  ·  view source on GitHub ↗

r"""ResNetV1d variant described in `Bag of Tricks `_. Compared with default ResNet(ResNetV1b), ResNetV1d replaces the 7x7 conv in the input stem with three 3x3 convs. And in the downsampling block, a 2x2 avg_pool with stride 2 is added before co

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

test_resnest_stemFunction · 0.90
test_resnet_backboneFunction · 0.90

Calls

no outgoing calls

Tested by 2

test_resnest_stemFunction · 0.72
test_resnet_backboneFunction · 0.72