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

Method __init__

tasks/tts/pe.py:102–104  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

100
101class PitchExtractionTask(FastSpeech2Task):
102 def __init__(self):
103 super().__init__()
104 self.dataset_cls = PeDataset
105
106 def build_tts_model(self):
107 self.model = PitchExtractor(conv_layers=hparams['pitch_extractor_conv_layers'])

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected