Skip to content

Commit 3894c35

Browse files
authored
Adding classifications on Video models (#6572)
1 parent b76eb26 commit 3894c35

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

torchvision/models/video/mvit.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,8 @@ def mvit_v1_b(*, weights: Optional[MViT_V1_B_Weights] = None, progress: bool = T
667667
Constructs a base MViTV1 architecture from
668668
`Multiscale Vision Transformers <https://arxiv.org/abs/2104.11227>`__.
669669
670+
.. betastatus:: video module
671+
670672
Args:
671673
weights (:class:`~torchvision.models.video.MViT_V1_B_Weights`, optional): The
672674
pretrained weights to use. See
@@ -763,6 +765,8 @@ def mvit_v2_s(*, weights: Optional[MViT_V2_S_Weights] = None, progress: bool = T
763765
Constructs a small MViTV2 architecture from
764766
`Multiscale Vision Transformers <https://arxiv.org/abs/2104.11227>`__.
765767
768+
.. betastatus:: video module
769+
766770
Args:
767771
weights (:class:`~torchvision.models.video.MViT_V2_S_Weights`, optional): The
768772
pretrained weights to use. See

torchvision/models/video/s3d.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ def s3d(*, weights: Optional[S3D_Weights] = None, progress: bool = True, **kwarg
187187
188188
Reference: `Rethinking Spatiotemporal Feature Learning <https://arxiv.org/abs/1712.04851>`__.
189189
190+
.. betastatus:: video module
191+
190192
Args:
191193
weights (:class:`~torchvision.models.video.S3D_Weights`, optional): The
192194
pretrained weights to use. See

0 commit comments

Comments
 (0)