Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MoonInTheRiver/DiffSinger
/ pad
Method
pad
utils/text_encoder.py:278–279 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
276
for
k, v in six.iteritems(self._id_to_token))
277
278
def
pad(self):
279
return
self.pad_index
280
281
def
eos(self):
282
return
self.eos_index
Callers
15
decode
Method · 0.95
mel_spectrogram
Function · 0.80
forward
Method · 0.80
forward
Method · 0.80
__init__
Method · 0.80
forward
Method · 0.80
add_pitch
Method · 0.80
forward
Method · 0.80
call
Method · 0.80
forward
Method · 0.80
spec2wav
Method · 0.80
get_align
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected