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

Unable to set the Polynomial LR Power < 1.0 #2321

Closed
b-fission opened this issue Apr 18, 2024 · 1 comment
Closed

Unable to set the Polynomial LR Power < 1.0 #2321

b-fission opened this issue Apr 18, 2024 · 1 comment

Comments

@b-fission
Copy link
Contributor

b-fission commented Apr 18, 2024

A recent commit changed the LR Power setting to have a minimum value of 1.0, which prevents me from being able to save or start training for my existing configs which might use 0.6 for example.

I believe it would make sense to use a minimum of 0.0 instead.

self.lr_scheduler_power = gr.Number(
label="LR power",
minimum=1.0,
step=0.01,
info="Polynomial power for polynomial scheduler",

@bmaltais
Copy link
Owner

I will. Hange the minimum to 0. I made a global fix to align the input types and minimum values and must have changed it to the wrong value in the process…

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

2 participants