Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChunmingHe/WS-SAM
/ initialize
Method
initialize
lib/VIT/decoder/decoder_p.py:168–169 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
166
return
x
167
168
def
initialize(self):
169
weight_init(self)
170
171
class
MSA_module(nn.Module):
172
def
__init__(self, dim=128):
Callers
nothing calls this directly
Calls
1
weight_init
Function · 0.70
Tested by
no test coverage detected