Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RozDavid/UnScene3D
/ weight_initialization
Method
weight_initialization
models/resnet.py:90–94 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
88
)
89
90
def
weight_initialization(self):
91
for
m in self.modules():
92
if
isinstance(m, ME.MinkowskiBatchNorm):
93
nn.init.constant_(m.bn.weight, 1)
94
nn.init.constant_(m.bn.bias, 0)
95
96
def
_make_layer(
97
self,
Callers
1
__init__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected