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

fixed names on LR Scheduler dropdown #3064

Open
wants to merge 1 commit into
base: sd3-flux.1
Choose a base branch
from

Conversation

Koronos
Copy link

@Koronos Koronos commented Jan 28, 2025

When you tried to select the new lr schedulers ("cosine_with_min_lr", "inverse_sqrt", "warmup_stable_decay"). You got the next error:
File "/kohya_ss/venv/lib/python3.10/site-packages/transformers/utils/generic.py", line 496, in _missing_ raise ValueError( ValueError: COSINE_WITH_MIN_LR is not a valid SchedulerType, please select one of ['linear', 'cosine', 'cosine_with_restarts', 'polynomial', 'constant', 'constant_with_warmup', 'inverse_sqrt', 'reduce_lr_on_plateau', 'cosine_with_min_lr', 'warmup_stable_decay']

Now the names are correct and you can start a train without problem. I just tested the cosine_with_min_lr but the 3 schedulers should had the same problem.

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.

1 participant