Update methods.md (#507)
This commit is contained in:
parent
89f7a82157
commit
1af85f3038
|
@ -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,
|
This is the easiest/fastest way which loads hyperparameters and weights from a checkpoint,
|
||||||
such as the one saved by the `ModelCheckpoint` callback
|
such as the one saved by the `ModelCheckpoint` callback
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue