Update methods.md (#507)

This commit is contained in:
Jeffrey Ling
2019-11-14 12:06:23 -05:00
committed by William Falcon
parent 89f7a82157
commit 1af85f3038
+1 -1
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