Skip to content

Conversation

@blisc
Copy link
Owner

@blisc blisc commented Mar 17, 2025

  • Only scripts/magpietts/infer_and_evaluate.py has been tested
  • All notebooks have been touched and might not work
  • If using an old checkpoint, you will have to modify the config like so
if "t5_encoder" in model_cfg:
    model_cfg.encoder = model_cfg.t5_encoder
    del model_cfg.t5_encoder
if "t5_decoder" in model_cfg:
    model_cfg.decoder = model_cfg.t5_decoder
    del model_cfg.t5_decoder

@blisc blisc merged commit 8f6a22e into magpietts_2503 Mar 18, 2025
@blisc blisc deleted the magpietts_2503_cleanup branch March 18, 2025 17:41
blisc added a commit that referenced this pull request Apr 8, 2025
blisc added a commit that referenced this pull request Apr 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants