1git clone https://gitlab.laas.fr/lgauthier/harDyT.git
2cd harDyT
3python -m venv venv
4source venv/bin/activate
5pip install -r requirements.txtpython evaluate.py --model <model_name> --data-path <path_to_imagenet_root>This code will download the pre-trained model weights and evaluate the model on the ImageNet-1k validation set. Typically, runpython evaluate.py --model vit_base_patch16_224 --data-path imagenet_train_subsets_20k/subset_1to evaluate the ViT-B model on a subset of ImageNet-1k that includes the validation set and 20k training samples.
convnext_baseconvnext_largedeit_small_patch16_224deit_base_patch16_224swin_small_patch4_window7_224swin_base_patch4_window7_224vit_small_patch16_224vit_base_patch16_224vit_large_patch16_224