Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonInTheRiver/DiffSinger
/ Conv1d
Function
Conv1d
usr/diff/candidate_decoder.py:29–32 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
27
28
29
def
Conv1d(*args, **kwargs):
30
layer = nn.Conv1d(*args, **kwargs)
31
nn.init.kaiming_normal_(layer.weight)
32
return
layer
33
34
35
class
FFT(FastspeechDecoder):
Callers
1
__init__
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected