Created
May 11, 2021 11:16
-
-
Save tchaton/0e83bff7e27e125cc675bcdd31d3bf23 to your computer and use it in GitHub Desktop.
video_clas
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 5. Build the VideoClassifier with a PyTorchVideo backbone. | |
model = VideoClassifier( | |
backbone="x3d_xs", | |
num_classes=datamodule.num_classes, | |
serializer=Labels() | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment