mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-10 12:21:57 +08:00
Minor typo (#1987)
This commit is contained in:
@@ -17,7 +17,7 @@ Every optimizer you use can be paired with any `LearningRateScheduler <https://p
|
||||
scheduler = ReduceLROnPlateau(optimizer, ...)
|
||||
return [optimizer], [scheduler]
|
||||
|
||||
# Two optimziers each with a scheduler
|
||||
# Two optimizers each with a scheduler
|
||||
def configure_optimizers(self):
|
||||
optimizer1 = Adam(...)
|
||||
optimizer2 = SGD(...)
|
||||
|
||||
Reference in New Issue
Block a user