MCPcopy 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
54def silu(x):
55 return x * torch.sigmoid(x)
56
57
58class ResidualBlock(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected