MCPcopy 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
171class MSA_module(nn.Module):
172 def __init__(self, dim=128):

Callers

nothing calls this directly

Calls 1

weight_initFunction · 0.70

Tested by

no test coverage detected