mirror of https://github.com/coqui-ai/TTS.git
Update Ljspeech XTTS recipe
This commit is contained in:
parent
469d624615
commit
5f98dbeec9
|
@ -855,4 +855,5 @@ class Xtts(BaseTTS):
|
||||||
self.gpt.eval()
|
self.gpt.eval()
|
||||||
|
|
||||||
def train_step(self):
|
def train_step(self):
|
||||||
|
# ToDo: Add here the link of documentation for XTTS FT
|
||||||
raise NotImplementedError("XTTS Training is not implemented")
|
raise NotImplementedError("XTTS Training is not implemented")
|
||||||
|
|
|
@ -52,7 +52,6 @@ SPEAKER_REFERENCE = (
|
||||||
)
|
)
|
||||||
LANGUAGE = config_dataset.language
|
LANGUAGE = config_dataset.language
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
# init args and config
|
# init args and config
|
||||||
model_args = GPTArgs(
|
model_args = GPTArgs(
|
||||||
|
|
Loading…
Reference in New Issue