ILSVRC/imagenet-1k
Viewer β’ Updated β’ 1.43M β’ 124k β’ 891
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-160-384-imagenet1k",
filename="progresvit_160_384.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 160_384 \
--checkpoint checkpoints/progresvit_160_384.pth.tar