Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/deepCam/utils/optimizer_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def get_lr_schedule(start_lr, scheduler_arg, optimizer, logger, last_step = -1):

# Throw an error if the package is not found
else:
raise Exception(f'Requested {pargs.lr_warmup_steps} LR warmup steps '
raise Exception(f'Requested {scheduler_arg["lr_warmup_steps"]} LR warmup steps '
'but warmup scheduler not found. Install it from '
'https://github.com/ildoonet/pytorch-gradual-warmup-lr')
else:
Expand Down