taoyang1122 / adapt-image-models

[ICLR'23] AIM: Adapting Image Models for Efficient Video Action Recognition
Apache License 2.0
276 stars 21 forks source link

where you load the checkpoint of ViT backbone? #12

Closed SHIBOYA closed 1 year ago

SHIBOYA commented 1 year ago

where to load the checkpoint of base model? i cannot find where you load the checkpoint of ViT backbone

taoyang1122 commented 1 year ago

Please refer to https://github.com/taoyang1122/adapt-image-models/blob/main/mmaction/models/backbones/vit_clip.py#L146

SHIBOYA commented 1 year ago

thank you very much!