Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
class
Mish(nn.Module):
68
def
forward(self, x):
69
return
x * torch.tanh(F.softplus(x))
70
71
72
class
Upsample(nn.Module):
Callers
2
__init__
Method · 0.70
__init__
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected