Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
add missing param threshold_mode (#4173)
Browse files Browse the repository at this point in the history
  • Loading branch information
YKX-A authored Apr 30, 2020
1 parent 52ae792 commit 82cae1b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def __init__(
factor=factor,
patience=patience,
verbose=verbose,
threshold_mode=threshold_mode,
threshold=threshold,
cooldown=cooldown,
min_lr=min_lr,
Expand Down

0 comments on commit 82cae1b

Please sign in to comment.