Skip to content

Releases: Hao840/OFAKD

Teacher models for CIFAR-100

19 Apr 11:46
1808879
Compare
Choose a tag to compare

These models can be evaluated with the following command:

python validate.py /path/to/cifar/ --dataset cifar100 --model <model_name> --num-classes 100 --checkpoint /path/to/checkpoint

which gives the following results:

model name checkpoint acc@1
convnext_tiny convnext_tiny_cifar100.pth 88.41
mixer_b16_224 mixer_b16_224_cifar100.pth 87.62
swin_tiny_patch4_window7_224 swin_tiny_patch4_window7_224_cifar100.pth 89.26
vit_small_patch16_224 vit_small_patch16_224_cifar100.pth 92.43

Trained ResNet18 student model & log

07 Nov 12:40
1beb315
Compare
Choose a tag to compare

The teacher is DeiT-T.