Skip to content

Commit

Permalink
fix: typo in lr_scheduler (#1670)
Browse files Browse the repository at this point in the history
fix: typo in lr_scheduler
  • Loading branch information
roachsinai committed May 23, 2023
1 parent 54a51e1 commit ac58e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yolox/utils/lr_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def __init__(self, name, lr, iters_per_epoch, total_epochs, **kwargs):
Args:
lr (float): learning rate.
iters_per_peoch (int): number of iterations in one epoch.
iters_per_epoch (int): number of iterations in one epoch.
total_epochs (int): number of epochs in training.
kwargs (dict):
- cos: None
Expand Down

0 comments on commit ac58e0a

Please sign in to comment.