We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a51e1 commit ac58e0aCopy full SHA for ac58e0a
yolox/utils/lr_scheduler.py
@@ -13,7 +13,7 @@ def __init__(self, name, lr, iters_per_epoch, total_epochs, **kwargs):
13
14
Args:
15
lr (float): learning rate.
16
- iters_per_peoch (int): number of iterations in one epoch.
+ iters_per_epoch (int): number of iterations in one epoch.
17
total_epochs (int): number of epochs in training.
18
kwargs (dict):
19
- cos: None
0 commit comments