Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JMoonr/LATR
/ _init_weights
Method
_init_weights
models/sparse_ins.py:170–172 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
168
self._init_weights()
169
170
def
_init_weights(self):
171
self.inst_branch._init_weights()
172
self.mask_branch._init_weights()
173
174
@torch.no_grad()
175
def
compute_coordinates(self, x):
Callers
1
__init__
Method · 0.95
Calls
1
_init_weights
Method · 0.45
Tested by
no test coverage detected