Skip to content

Commit

Permalink
Fix docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
veichta committed Jan 24, 2024
1 parent 1c8d315 commit 5863345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gluefactory/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def filter_fn(x):


def get_lr_scheduler(optimizer, conf):
"""Get lr scheduler specified by conf."""
"""Get lr scheduler specified by conf.train.lr_schedule."""
if conf.type not in ["factor", "exp", None]:
if hasattr(conf.options, "schedulers"):
# Add option to chain multiple schedulers together
Expand Down

0 comments on commit 5863345

Please sign in to comment.