Skip to content

Commit

Permalink
cosine_min_lr_ratio readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoDominguez authored and winglian committed Jan 9, 2024
1 parent 7174ddc commit 2796103
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,7 @@ early_stopping_patience: 3
# Specify a scheduler and kwargs to use with the optimizer
lr_scheduler: # 'one_cycle' | 'log_sweep' | empty for cosine
lr_scheduler_kwargs:
cosine_min_lr_ratio: # decay lr to some percentage of the peak lr, e.g. cosine_min_lr_ratio=0.1 for 10% of peak lr

# For one_cycle optim
lr_div_factor: # Learning rate div factor
Expand Down

0 comments on commit 2796103

Please sign in to comment.