Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
teddykoker authored Feb 10, 2021
2 parents 2c7262b + b629006 commit 2fa24a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ trainer = flash.Trainer(max_epochs=1)
# 5. Finetune the model
trainer.finetune(model, datamodule=datamodule, strategy="freeze")

# 7. Save it!
# 6. Save it!
trainer.save_checkpoint("image_classification_model.pt")
```

Expand Down Expand Up @@ -359,4 +359,4 @@ We’re excited to continue the strong legacy of opensource software and have be

## License
Please observe the Apache 2.0 license that is listed in this repository. In addition
the Lightning framework is Patent Pending.
the Lightning framework is Patent Pending.

0 comments on commit 2fa24a1

Please sign in to comment.