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

Commit

Permalink
Update weights path
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwharris committed Nov 8, 2021
1 parent c1c7527 commit 6a49514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flash_notebooks/image_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
"metadata": {},
"outputs": [],
"source": [
"model = ImageClassifier.load_from_checkpoint(\"https://flash-weights.s3.amazonaws.com/image_classification_model.pt\")"
"model = ImageClassifier.load_from_checkpoint(\"https://flash-weights.s3.amazonaws.com/0.6.0/image_classification_model.pt\")"
]
},
{
Expand Down

0 comments on commit 6a49514

Please sign in to comment.