LINs-lab / ttab

[ICML23] On Pitfalls of Test-Time Adaptation
https://arxiv.org/abs/2306.03536
Apache License 2.0
102 stars 9 forks source link

Request for Checkpoints on Cifar100 Dataset. #12

Closed Yushu-Li closed 1 year ago

Yushu-Li commented 1 year ago

Hi, thanks for your excellent work! To ensure the accuracy of my replication efforts, I am kindly requesting access to the pretrained checkpoints you used in your experiments on the Cifar100 dataset. I have tried to use "python ssl_pretrain.py --data-name cifar100 --model-name resnet26" to pre-train a Cifar100 model, but it can not reproduce the results in the paper.

MarcellusZhao commented 1 year ago

Hello,

Thanks for your interest in our work!

Please check this gdrive link, I have uploaded the checkpoint for CIFAR100.

Yushu-Li commented 1 year ago

Hi Marcellus,

Thanks for your quick reply. I will use this pre-trained model to reproduce the results.

Best