MVRL
/

PyTorch

Model: ScaleMAE (https://arxiv.org/abs/2212.14532)

Variant: scalemae-vitlarge-800

Example Usage:

from huggingface_hub import hf_hub_download
import torch

hf_hub_download("MVRL/scalemae-vitlarge-800", "model.py", local_dir=".")

from model import ScaleMAE_baseline

model = ScaleMAE_baseline.from_pretrained("MVRL/scalemae-vitlarge-800")

print(model(torch.randn(1, 3, 224, 224),patch_size=16).shape)
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and HF Inference API was unable to determine this model's library.

Collection including MVRL/scalemae-vitlarge-800