Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonInTheRiver/DiffSinger
/ build_tts_model
Method
build_tts_model
tasks/tts/fs2.py:65–66 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
63
self.max_eval_sentences, batch_by_size=False)
64
65
def
build_tts_model(self):
66
self.model = FastSpeech2(self.phone_encoder)
67
68
def
build_model(self):
69
self.build_tts_model()
Callers
1
build_model
Method · 0.95
Calls
1
FastSpeech2
Class · 0.90
Tested by
no test coverage detected