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

Commit 82cae1b

Browse files
authored
add missing param threshold_mode (#4173)
1 parent 52ae792 commit 82cae1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

allennlp/training/learning_rate_schedulers/learning_rate_scheduler.py

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ def __init__(
118118
factor=factor,
119119
patience=patience,
120120
verbose=verbose,
121+
threshold_mode=threshold_mode,
121122
threshold=threshold,
122123
cooldown=cooldown,
123124
min_lr=min_lr,

0 commit comments

Comments
 (0)