MCPcopy Create free account
hub / github.com/alinlab/SelfPatch / __init__

Method __init__

segmentation/backbones/resnest.py:24–27  ·  view source on GitHub ↗
(self, radix, groups)

Source from the content-addressed store, hash-verified

22 """
23
24 def __init__(self, radix, groups):
25 super().__init__()
26 self.radix = radix
27 self.groups = groups
28
29 def forward(self, x):
30 batch = x.size(0)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected