We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32df007 commit 523d3cdCopy full SHA for 523d3cd
README.md
@@ -76,7 +76,7 @@ print(f"last: {vars(checkpoint_callback)}")
76
upload_model(model=checkpoint_callback.last_model_path, name=MY_MODEL_NAME)
77
```
78
79
-To load the model, use the `load_model` function.
+To load the model, use the `download_model` function.
80
81
```python
82
from lightning import Trainer
0 commit comments