MCPcopy Create free account
hub / github.com/AtlasAnalyticsLab/AdaFisher / _resnet

Function _resnet

Image_Classification/src/models/resnet.py:238–240  ·  view source on GitHub ↗
(arch, block, layers, **kwargs)

Source from the content-addressed store, hash-verified

236
237
238def _resnet(arch, block, layers, **kwargs):
239 model = ResNet(block, layers, **kwargs)
240 return model
241
242
243def resnet18(**kwargs):

Callers 9

resnet18Function · 0.85
resnet34Function · 0.85
resnet50Function · 0.85
resnet101Function · 0.85
resnet152Function · 0.85
resnext50_32x4dFunction · 0.85
resnext101_32x8dFunction · 0.85
wide_resnet50_2Function · 0.85
wide_resnet101_2Function · 0.85

Calls 1

ResNetClass · 0.70

Tested by

no test coverage detected