forked from coqui-ai/TTS
-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash when using continue_path in train_gpt_xtts.py
Using continue_path in recipes/ljspeech/xtts_v2/train_gpt_xtts.py causes a crash because the XttsAudioConfig and XttsArgs classes are missing attributes that are saved in the config.json file but are discarded by the loader. This commit addresses the issue by ensuring these attributes are present to prevent crashes.
- Loading branch information
BlackNoiseGames
committed
Sep 8, 2024
1 parent
233dfb5
commit 6d42c12
Showing
2 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters