Skip to content

[StyleTTS2] Fix training checkpointing#805

Open
roedoejet wants to merge 1 commit into
dev.ap/styletts2-improvementsfrom
dev.ap/save-top-k
Open

[StyleTTS2] Fix training checkpointing#805
roedoejet wants to merge 1 commit into
dev.ap/styletts2-improvementsfrom
dev.ap/save-top-k

Conversation

@roedoejet
Copy link
Copy Markdown
Member

@roedoejet roedoejet commented May 15, 2026

Previously, training would log every epoch. Now, it mimics FS2 - that is, log the last epoch as well as the top 5 best ckpts in terms of Validation Mel Spectrogram loss. It will also fix the audio-logging issue where only one audio file was being logged to tensorboard. I also added text logging.

To test, try running everyvoice train and inspect the tensorboard logs.

EveryVoiceTTS/StyleTTS2#5

@semanticdiff-com
Copy link
Copy Markdown

semanticdiff-com Bot commented May 15, 2026

Review changes with  SemanticDiff

Changed Files
File Status
  everyvoice/model/e2e/StyleTTS2_lightning  0% smaller

@roedoejet roedoejet mentioned this pull request May 15, 2026
25 tasks
@roedoejet roedoejet marked this pull request as draft May 16, 2026 00:12
@roedoejet roedoejet force-pushed the dev.ap/save-top-k branch from 60c1f61 to a73a3b1 Compare May 19, 2026 22:30
@roedoejet roedoejet marked this pull request as ready for review May 19, 2026 23:41
@roedoejet roedoejet force-pushed the dev.ap/save-top-k branch from a73a3b1 to 11d27af Compare May 20, 2026 00:17
@roedoejet roedoejet changed the title chore: update submodule [StyleTTS2] Fix training checkpointing May 20, 2026
@github-actions
Copy link
Copy Markdown
Contributor

CLI load time: 0:00.37
Pull Request HEAD: 11d27afebebf0d73a6e2593e5a348300ac354253

Imports that take more than 0.1 s:
import time: self [us] | cumulative | imported package
import time:      2043 |     191879 | everyvoice.cli

@codecov
Copy link
Copy Markdown

codecov Bot commented May 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.81%. Comparing base (2e00485) to head (11d27af).

Additional details and impacted files
@@                      Coverage Diff                       @@
##           dev.ap/styletts2-improvements     #805   +/-   ##
==============================================================
  Coverage                          84.81%   84.81%           
==============================================================
  Files                                 46       46           
  Lines                               4189     4189           
  Branches                             626      626           
==============================================================
  Hits                                3553     3553           
  Misses                               499      499           
  Partials                             137      137           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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