sail-sg / volo

VOLO: Vision Outlooker for Visual Recognition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pre trained model file is broken.

scotthuang1989 opened this issue · comments

I download pre trained model with the link in the document. but when I try to use it, it can't report an error:

hhw@hhw-A01:~/workspace/DeepLearning/VOLO/pretrained_models$ tar -xf d1_384_85.2.pth.tar
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors

You can use torch.load("d1_384_85.2.pth.tar") to read the checkpoint.