Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.58 KB

prepare_checkpoints_for_eval.md

File metadata and controls

15 lines (11 loc) · 1.58 KB

Prepare Checkpoint for Shortcut Evaluation

cd to repo's root and use dl_model_ckpt.sh to download most of the checkpoints.

The checkpoints of other models need to be downloaded manually. Rename files and put them under exp/weights

model link filename under exp/weights
CutMix link cutmix_r50.pth
Cutout link cutout_r50.pth
AugMix link augmix_r50.pth
Uniform Soup link uniform_soup_vit-b.pth
RobustViT link robust_vit.pth

Finally, for Greedy Soup, follow model-soups to generate greedy soup checkpoint and move it to exp/weights/greedy_soup_vit-b.pth.