Skip to content

Instantly share code, notes, and snippets.

@tchaton
Created May 11, 2021 11:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tchaton/0e83bff7e27e125cc675bcdd31d3bf23 to your computer and use it in GitHub Desktop.
Save tchaton/0e83bff7e27e125cc675bcdd31d3bf23 to your computer and use it in GitHub Desktop.
video_clas
# 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