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

If fine-tuning from pre-trained should generator_scheduler_params be updated? #373

Open
skol101 opened this issue Jun 21, 2022 · 0 comments

Comments

@skol101
Copy link

skol101 commented Jun 21, 2022

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
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

No branches or pull requests

1 participant