MCPcopy Create free account
hub / github.com/ChunmingHe/WS-SAM / initialize

Method initialize

lib/VIT/decoder/decoder_p.py:194–195  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

192 return D
193
194 def initialize(self):
195 weight_init(self)
196
197class Conv_Block(nn.Module):
198 def __init__(self, channels):

Callers

nothing calls this directly

Calls 1

weight_initFunction · 0.70

Tested by

no test coverage detected