Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
238
def
_resnet(arch, block, layers, **kwargs):
239
model = ResNet(block, layers, **kwargs)
240
return
model
241
242
243
def
resnet18(**kwargs):
Callers
9
resnet18
Function · 0.85
resnet34
Function · 0.85
resnet50
Function · 0.85
resnet101
Function · 0.85
resnet152
Function · 0.85
resnext50_32x4d
Function · 0.85
resnext101_32x8d
Function · 0.85
wide_resnet50_2
Function · 0.85
wide_resnet101_2
Function · 0.85
Calls
1
ResNet
Class · 0.70
Tested by
no test coverage detected