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

Method __init__

usr/diffsinger_task.py:105–107  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

103
104class DiffSingerOfflineTask(DiffSingerTask):
105 def __init__(self):
106 super(DiffSingerOfflineTask, self).__init__()
107 self.dataset_cls = ShallowDiffusionOfflineDataset
108
109 def build_tts_model(self):
110 mel_bins = hparams['audio_num_mel_bins']

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected