Update methods.md (#507)

This commit is contained in:
Jeffrey Ling 2019-11-14 09:06:23 -08:00 committed by William Falcon
parent 89f7a82157
commit 1af85f3038
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ model.freeze()
```
---
### load_from_metrics
### load_from_checkpoint
This is the easiest/fastest way which loads hyperparameters and weights from a checkpoint,
such as the one saved by the `ModelCheckpoint` callback