MCPcopy
hub / github.com/Audio-AGI/AudioSep / init_weight

Method init_weight

models/CLAP/open_clip/pann_model.py:499–502  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

497 self.init_weight()
498
499 def init_weight(self):
500 init_bn(self.bn0)
501 init_layer(self.fc1)
502 init_layer(self.fc_audioset)
503
504 def forward(self, input, mixup_lambda=None, device=None):
505 """

Callers 1

__init__Method · 0.95

Calls 2

init_bnFunction · 0.70
init_layerFunction · 0.70

Tested by

no test coverage detected