Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AtlasAnalyticsLab/AdaFisher
/ ResNet18
Function
ResNet18
Image_Classification/src/models/resnet_cifar.py:111–112 ·
view source on GitHub ↗
(num_classes: int = 10)
Source
from the content-addressed store, hash-verified
109
110
111
def
ResNet18(num_classes: int = 10):
112
return
ResNet(BasicBlock, [2, 2, 2, 2], num_classes)
113
114
115
def
ResNet34(num_classes: int = 10):
Callers
nothing calls this directly
Calls
1
ResNet
Class · 0.70
Tested by
no test coverage detected