Minor typo (#1987)

This commit is contained in:
Tejasvi S Tomar
2020-05-28 20:06:15 +00:00
committed by GitHub
parent 8ee6d91d0e
commit cd3fed03a2
+1 -1
View File
@@ -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(...)