ProgResViT DeiT-S (192 β†’ 240)

EMA inference checkpoint for the DeiT-S ProgResViT model trained on ImageNet-1K.

  • Training: standard
  • Paper-reported full-path top-1 accuracy: 82.206%
  • Full-path compute: 6.267 GMACs

Download

from huggingface_hub import hf_hub_download

checkpoint = hf_hub_download(
    repo_id="NCPS/progresvit-deit-s-192-240-imagenet1k",
    filename="progresvit_192_240.pth.tar",
)

The file contains EMA weights and public architecture metadata only. Use it with the ProgResViT repository:

python validate.py /path/to/imagenet/val \
  --config 192_240 \
  --checkpoint checkpoints/progresvit_192_240.pth.tar
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Dataset used to train NCPS/progresvit-deit-s-192-240-imagenet1k