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

Debug VITS for multi-speaker training #6

Merged
merged 3 commits into from
Dec 4, 2023

Conversation

lmxue
Copy link
Collaborator

@lmxue lmxue commented Dec 3, 2023

  • Update code for multi-speaker VITS training
  • Update some other files

"trian_stage": self.args.train_stage
}
return state_dict
# def _get_state_dict(self):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this impacted?

Copy link
Collaborator

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.

Copy link
Collaborator Author

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.

"trian_stage": self.args.train_stage
}
return state_dict
# def _get_state_dict(self):
Copy link
Collaborator

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.

@RMSnow RMSnow merged commit 656a5bd into open-mmlab:main Dec 4, 2023
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.

None yet

3 participants