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