ILSVRC/imagenet-1k
Viewer β’ Updated β’ 1.43M β’ 128k β’ 888
EMA inference checkpoint for the DeiT-S ProgResViT model trained on ImageNet-1K.
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