Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AtlasAnalyticsLab/AdaFisher
/ ResNet101
Function
ResNet101
Image_Classification/src/models/resnet_cifar.py:123–124 ·
view source on GitHub ↗
(num_classes: int = 10)
Source
from the content-addressed store, hash-verified
121
122
123
def
ResNet101(num_classes: int = 10):
124
return
ResNet(Bottleneck, [3, 4, 23, 3], num_classes)
125
126
127
def
ResNet152(num_classes: int = 10):
Callers
nothing calls this directly
Calls
1
ResNet
Class · 0.70
Tested by
no test coverage detected