aimmemotion / EmoVIT

[CVPR 2024] EmoVIT: Revolutionizing Emotion Insights with Visual Instruction Tuning
14 stars 0 forks source link

OSError: Not found: "/mnt/data0/Garmin/LAVIS/lavis/weight/vicuna-7b-2/tokenizer.model" #3

Open kristen-ding opened 3 months ago

kristen-ding commented 3 months ago

image

load_path = './EmoVIT/model_weights1.pth' model = torch.load(load_path, map_location=torch.device('cpu'))

When conducting my tests, I encountered an OSError. How should I modify the default path?

loknini commented 2 months ago

I've encountered the same issue. I've gone through all the configuration files but couldn't find where it's being set. I hope to get an answer.

ditto66 commented 2 months ago

I have the same question. Can you pls help fix that? @aimmemotion