mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
fix typo in early stopping (#260)
This commit is contained in:
committed by
William Falcon
parent
25d2f93256
commit
e713e2e1e0
@@ -21,7 +21,7 @@ trainer = Trainer(min_nb_epochs=1, max_nb_epochs=1000)
|
||||
|
||||
---
|
||||
#### Early stopping
|
||||
To enable ealry-stopping, define the callback and give it to the trainer.
|
||||
To enable early-stopping, define the callback and give it to the trainer.
|
||||
``` {.python}
|
||||
from pytorch_lightning.callbacks import EarlyStopping
|
||||
|
||||
|
||||
Reference in New Issue
Block a user