-
Notifications
You must be signed in to change notification settings - Fork 631
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
Implement VitsSVC resume training / finetune feature #95
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Implement VitsSVCTrainer from the SVC's trainer as the base instead of the TTS ones
- Refine the config json files. Move some common setting to a
config/svc.json
, and make theexp_config.json
as user-friendly as possible
Just fixed problem 1, now this PR doesn't affect tasks other than SVC. |
Now the default training data config is the same across DiffWaveNet and VitsSVC. The |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
β¨ Description:
This PR addresses bugs in VitsSVC module, mainly related to:
π§ Related Issues:
#91
π¨βπ» Changes Proposed:
models/svc/vits/vits.py
, removed useless content_vec feature dependency.π§βπ€βπ§ Who can review?
@RMSnow @lmxue
π TODO
β Checklist: