fix typo in early stopping (#260)

This commit is contained in:
Adrian Wälchli
2019-09-26 15:04:57 -04:00
committed by William Falcon
parent 25d2f93256
commit e713e2e1e0
+1 -1
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