Skip to content

Commit

Permalink
Update args.py
Browse files Browse the repository at this point in the history
  • Loading branch information
5thGenDev authored Aug 6, 2023
1 parent c6e5c16 commit 9887db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion args.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def lr_scheduler_kwargs(parsed_args):
"""
return {
"lr_scheduler": parsed_args.lr_scheduler,
"epochs": parsed_args.max_epoch,
"stepsize": parsed_args.stepsize,
"gamma": parsed_args.gamma,
"epochs": parsed_args.max_epoch,
}

0 comments on commit 9887db0

Please sign in to comment.