MCPcopy Create free account
hub / github.com/M2219/ESMStereo / __init__

Method __init__

models/ESMStereo.py:22–23  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

20
21class SubModule(nn.Module):
22 def __init__(self) -> None:
23 super(SubModule, self).__init__()
24
25 def weight_init(self) -> None:
26 for m in self.modules():

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected