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:61–65 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
59
self.init_weight()
60
61
def
init_weight(self):
62
init_layer(self.conv1)
63
init_layer(self.conv2)
64
init_bn(self.bn1)
65
init_bn(self.bn2)
66
67
def
forward(self, input, pool_size=(2, 2), pool_type=
"avg"
):
68
Callers
1
__init__
Method · 0.95
Calls
2
init_layer
Function · 0.70
init_bn
Function · 0.70
Tested by
no test coverage detected