fix typo in early stopping (#260)

This commit is contained in:
Adrian Wälchli 2019-09-26 21:04:57 +02:00 committed by William Falcon
parent 25d2f93256
commit e713e2e1e0
1 changed files with 1 additions and 1 deletions

View File

@ -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