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

Better normalization of variance parameters #152

Open
3 tasks
yqzhishen opened this issue Oct 28, 2023 · 0 comments
Open
3 tasks

Better normalization of variance parameters #152

yqzhishen opened this issue Oct 28, 2023 · 0 comments

Comments

@yqzhishen
Copy link
Member

Motivation

  • Absolute values of some variance parameters are two large. Normalize them to the similar scale may improve the performance and benifits fine-tuning.
  • Sometimes linear normalization has trade-offs between precision and range. For example, delta_pitch needs more precision around 0, but also needs a wider range than the current default ±8 keys in some situations.

TODO

  • New option to normalize variance parameters to (-1, 1) before they are embedded into the model
  • Multiple types of normalization: linear, tanh, etc.
  • Generalize configuration schemas of all parameters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant