We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm fine tuning Hifigan from 2.5ml steps pretrained model to 3ml steps.
I wonder if this is the way to go by updating milestones?
generator_optimizer_type: Adam generator_optimizer_params: lr: 2.0e-4 betas: [0.5, 0.9] weight_decay: 0.0 generator_scheduler_type: MultiStepLR generator_scheduler_params: gamma: 0.5 milestones: - 2600000 - 2700000 - 2800000 - 2900000 generator_grad_norm: -1 discriminator_optimizer_type: Adam discriminator_optimizer_params: lr: 2.0e-4 betas: [0.5, 0.9] weight_decay: 0.0 discriminator_scheduler_type: MultiStepLR discriminator_scheduler_params: gamma: 0.5 milestones: - 2600000 - 2700000 - 2800000 - 2900000 discriminator_grad_norm: -1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm fine tuning Hifigan from 2.5ml steps pretrained model to 3ml steps.
I wonder if this is the way to go by updating milestones?
The text was updated successfully, but these errors were encountered: