Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_bn
Function · 0.70
init_layer
Function · 0.70
Tested by
no test coverage detected