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