Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
class
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