mvit_v1_b¶
- torchvision.models.video.mvit_v1_b(*, weights: Optional[MViT_V1_B_Weights] = None, progress: bool = True, **kwargs: Any) MViT[source]¶
Constructs a base MViTV1 architecture from Multiscale Vision Transformers.
Warning
The video module is in Beta stage, and backward compatibility is not guaranteed.
- Parameters:
weights (
MViT_V1_B_Weights, optional) – The pretrained weights to use. SeeMViT_V1_B_Weightsbelow for more details, and possible values. By default, no pre-trained weights are used.progress (bool, optional) – If True, displays a progress bar of the download to stderr. Default is True.
**kwargs – parameters passed to the
torchvision.models.video.MViTbase class. Please refer to the source code for more details about this class.