Update Ljspeech XTTS recipe

This commit is contained in:
Edresson Casanova 2023-10-18 10:34:40 -03:00
parent 469d624615
commit 5f98dbeec9
2 changed files with 1 additions and 1 deletions

View File

@ -855,4 +855,5 @@ class Xtts(BaseTTS):
self.gpt.eval()
def train_step(self):
# ToDo: Add here the link of documentation for XTTS FT
raise NotImplementedError("XTTS Training is not implemented")

View File

@ -52,7 +52,6 @@ SPEAKER_REFERENCE = (
)
LANGUAGE = config_dataset.language
def main():
# init args and config
model_args = GPTArgs(