Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Audio-AGI/AudioSep
/ get_loss_function
Function
get_loss_function
losses.py:12–17 ·
view source on GitHub ↗
(loss_type)
Source
from the content-addressed store, hash-verified
10
11
12
def
get_loss_function(loss_type):
13
if
loss_type ==
"l1_wav"
:
14
return
l1_wav
15
16
else
:
17
raise
NotImplementedError(
"Error!"
)
Callers
1
train
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected