From 1af85f3038dbb605ef7129e5e9832ca046086f44 Mon Sep 17 00:00:00 2001 From: Jeffrey Ling Date: Thu, 14 Nov 2019 09:06:23 -0800 Subject: [PATCH] Update methods.md (#507) --- docs/LightningModule/methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LightningModule/methods.md b/docs/LightningModule/methods.md index a4325938a9..70531dea4c 100644 --- a/docs/LightningModule/methods.md +++ b/docs/LightningModule/methods.md @@ -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