Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crash when using continue_path in train_gpt_xtts.py #79

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Commits on Sep 8, 2024

  1. 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.
    BlackNoiseGames committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    6d42c12 View commit details
    Browse the repository at this point in the history