Skip to content

Expose scheduler-specific kwargs, such as min_lr_rate#284

Merged
sfc-gh-zhyao merged 4 commits intomainfrom
lukasz/expose-scheduler-specific-kwargs
Oct 2, 2025
Merged

Expose scheduler-specific kwargs, such as min_lr_rate#284
sfc-gh-zhyao merged 4 commits intomainfrom
lukasz/expose-scheduler-specific-kwargs

Conversation

@sfc-gh-lborchmann
Copy link
Copy Markdown
Contributor

Expose scheduler_specific_kwargs, such as min_lr_rate of the cosine_with_min_lr scheduler.

Enables config such as:

scheduler:
  name: cosine_with_min_lr
  warmup_ratio: 0.05
  scheduler_specific_kwargs:
    min_lr_rate: 0.1

…min_lr scheduler.

Enables config such as:
```
scheduler:
  name: cosine_with_min_lr
  warmup_ratio: 0.05
  scheduler_specific_kwargs:
    min_lr_rate: 0.1
```
@sfc-gh-zhyao sfc-gh-zhyao enabled auto-merge (squash) October 2, 2025 16:01
@sfc-gh-zhyao sfc-gh-zhyao merged commit 3d364fb into main Oct 2, 2025
5 checks passed
@sfc-gh-zhyao sfc-gh-zhyao deleted the lukasz/expose-scheduler-specific-kwargs branch October 2, 2025 16:28
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.

2 participants