bethgelab / model-vs-human

Benchmark your model on out-of-distribution datasets with carefully collected human comparison data (NeurIPS 2021 Oral)
https://openreview.net/forum?id=QkljT4mrfs
333 stars 48 forks source link

Cannot find some advanced model in the models.list_models("pytorch") #29

Closed caiyancheng closed 2 months ago

caiyancheng commented 2 months ago

Thanks for your code? Have you add the ViT-22B-384 in the pytorch model zoo? I haven't found it.

rgeirhos commented 2 months ago

Hi @caiyancheng thanks for your interest. The ViT-22B model checkpoints have not been made publicly available by the model authors, thus they are not part of the model zoo.

OnlyForWW commented 1 month ago

@caiyancheng Can you reproduce the example provided by the author?