Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorchSSL/TorchSSL
/ build
Method
build
models/nets/resnet50.py:249–250 ·
view source on GitHub ↗
(self, num_classes)
Source
from the content-addressed store, hash-verified
247
self.is_remix = is_remix
248
249
def
build(self, num_classes):
250
return
ResNet50(n_class=num_classes, is_remix=self.is_remix)
251
252
253
if
__name__ ==
'__main__'
:
Callers
nothing calls this directly
Calls
1
ResNet50
Class · 0.85
Tested by
no test coverage detected