-
Notifications
You must be signed in to change notification settings - Fork 606
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
Debug VITS for multi-speaker training #6
Conversation
lmxue
commented
Dec 3, 2023
- Update code for multi-speaker VITS training
- Update some other files
models/tts/valle/valle_trainer.py
Outdated
"trian_stage": self.args.train_stage | ||
} | ||
return state_dict | ||
# def _get_state_dict(self): |
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.
why is this impacted?
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.
Is the commented code implemented in any base trainer (new_trainer
or tts_trainer
)? If so, we can just delete them.
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.
It's the testing code before. And unuseful now. I have deleted it.
models/tts/valle/valle_trainer.py
Outdated
"trian_stage": self.args.train_stage | ||
} | ||
return state_dict | ||
# def _get_state_dict(self): |
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.
Is the commented code implemented in any base trainer (new_trainer
or tts_trainer
)? If so, we can just delete them.