TencentARC / ViT-Lens

[CVPR 2024] ViT-Lens: Towards Omni-modal Representations
https://ailab-cvc.github.io/seed/vitlens/
Other
140 stars 9 forks source link

Can not load eeg ckpt #13

Closed fredfyyang closed 4 months ago

fredfyyang commented 4 months ago

Hi, I just want to load the eeg ckpt from your huggingface repo but it seems that tons of keys are not matched. Any chance can you double check on your side if it can be loaded successful?

StanLei52 commented 4 months ago

Hi, thanks for your question. I will double-check on my side. Could you please provide details on the script you used for loading the eeg ckpt?

StanLei52 commented 4 months ago

It turns out the script do not load model from hf ckpt correctly. I've fixed this bug. You may pull the latest code and retry running. Thanks!