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

Commit

Permalink
[docs] Incorrect README numbering and whitespace (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
mabu-dev authored Feb 10, 2021
1 parent 1bb7d72 commit b629006
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 b629006

Please sign in to comment.