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

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tchaton committed Apr 30, 2021
1 parent 1999639 commit 3b0bd8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flash_examples/predict/video_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
download_data("https://pl-flash-data.s3.amazonaws.com/kinetics.zip")

model = VideoClassifier.load_from_checkpoint(
"https://flash-weights.s3.amazonaws.com/video_classification_model.pt", pretrained=False
"https://flash-weights.s3.amazonaws.com/video_classification.pt", pretrained=False
)

# 2. Make a prediction
Expand Down

0 comments on commit 3b0bd8f

Please sign in to comment.