Skip to content

Commit

Permalink
Update param_scheduler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vfdev-5 committed Jun 28, 2023
1 parent b41c627 commit dc22b99
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ignite/handlers/param_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -1508,12 +1508,11 @@ class ReduceLROnPlateauScheduler(ParamScheduler):
Default: False.
param_group_index: `optimizer`'s parameters group
to use. Default: None. Use all `optimizer`'s paramater groups.
**scheduler_kwargs: Keyword arguments to be passed to the wrapped
`ReduceLROnPlateau`.
scheduler_kwargs: Keyword arguments to be passed to the wrapped ``ReduceLROnPlateau``.
Examples:
.. code-block python
.. code-block:: python
# Metric 'metric-name' should surpass its best value by
# more than 1 unit after at most 2 epochs, otherwise LR
Expand Down

0 comments on commit dc22b99

Please sign in to comment.