zihangJiang / TokenLabeling

Pytorch implementation of "All Tokens Matter: Token Labeling for Training Better Vision Transformers"
Apache License 2.0
426 stars 36 forks source link

Provided models from download link does not work #3

Closed GuyzGS closed 3 years ago

GuyzGS commented 3 years ago

Hi, can you re-check the models you provided by the download link? I downloaded the first one but it cannot be unzipped.

zihangJiang commented 3 years ago

Hi, the checkpoint can be load using torch.load. No need to unzip.

GuyzGS commented 3 years ago

I see. Yeah, torch.load works, thanks for the reply.