Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonInTheRiver/DiffSinger
/ silu
Function
silu
usr/diff/net.py:54–55 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
52
53
@torch.jit.script
54
def
silu(x):
55
return
x * torch.sigmoid(x)
56
57
58
class
ResidualBlock(nn.Module):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected