MCPcopy Create free account
hub / github.com/MoonInTheRiver/DiffSinger / Mish

Class Mish

usr/diff/shallow_diffusion_tts.py:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66
67class Mish(nn.Module):
68 def forward(self, x):
69 return x * torch.tanh(F.softplus(x))
70
71
72class Upsample(nn.Module):

Callers 2

__init__Method · 0.70
__init__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected