Fix typo: "optimizeres" -> "optimizers" (#13030)

This commit is contained in:
Andrei Alexandru 2022-05-11 15:42:59 +01:00 committed by GitHub
parent 9881bf2a2c
commit 80b332cddc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ Under the hood, Lightning will call each optimizer sequentially:
lr_scheduler.step()
Step Optimizeres at Arbitrary Intervals
Step Optimizers at Arbitrary Intervals
=======================================
To do more interesting things with your optimizers such as learning rate warm-up or odd scheduling,