MCPcopy Create free account
hub / github.com/TorchSSL/TorchSSL / __init__

Method __init__

models/nets/resnet50.py:246–247  ·  view source on GitHub ↗
(self, is_remix=False)

Source from the content-addressed store, hash-verified

244
245class build_ResNet50:
246 def __init__(self, is_remix=False):
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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected