fix typo in docs (#129)

* fix typo

* fix typo

* fix typo

* fix list
This commit is contained in:
Ir1dXD
2019-08-17 07:48:33 -04:00
committed by William Falcon
parent 1b7d66d089
commit 24a97956e4
2 changed files with 4 additions and 3 deletions
@@ -385,7 +385,7 @@ def on_load_checkpoint(self, checkpoint):
``` {.python}
@pl.data_loader
def tng_dataloader(self)
def val_dataloader(self)
```
**OPTIONAL**
If you don't need a validation dataset and a validation_step, you don't need to implement this method.
@@ -457,7 +457,7 @@ def test_dataloader(self):
def update_tng_log_metrics(self, logs)
```
Called by lightning right before it logs metrics for this batch.
This is a chance to ammend or add to the metrics about to be logged.
This is a chance to amend or add to the metrics about to be logged.
##### Return
Dict
+2 -1
View File
@@ -1,4 +1,4 @@
i Lightning can automate saving and loading checkpoints.
Lightning can automate saving and loading checkpoints.
---
### Model saving
@@ -38,6 +38,7 @@ trainer.fit(model)
```
The trainer restores:
- global_step
- current_epoch
- All optimizers