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

Method __init__

usr/diffspeech_task.py:18–21  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

16
17class DiffSpeechTask(DiffFsTask):
18 def __init__(self):
19 super(DiffSpeechTask, self).__init__()
20 self.dataset_cls = FastSpeechDataset
21 self.vocoder: BaseVocoder = get_vocoder_cls(hparams)()
22
23 def build_tts_model(self):
24 mel_bins = hparams['audio_num_mel_bins']

Callers

nothing calls this directly

Calls 1

get_vocoder_clsFunction · 0.90

Tested by

no test coverage detected