muzairkhattak / multimodal-prompt-learning

[CVPR 2023] Official repository of paper titled "MaPLe: Multi-modal Prompt Learning".
https://muzairkhattak.github.io/multimodal-prompt-learning/
MIT License
578 stars 42 forks source link

您好,我想把vpt的深度改的浅一点,但是总是有如下错误 #61

Closed Fanfan397 closed 2 months ago

Fanfan397 commented 3 months ago

我想改成八层,但是总是这样报错

截屏2024-04-16 10 00 08
muzairkhattak commented 2 months ago

Hi @Fanfan397,

From the screen shot, It looks like you are changing the model configuration but also loading the trained model weights that has different model configuration.

The logs shows: "Loading checkpoint from "output/base2new/.............."

You should not load any model weights if you are training a model.

muzairkhattak commented 2 months ago

Hi @Fanfan397,

Can you kindly clarify if your issue is resolved? I am closing the issue for now.

Feel free to open it incase there are any further issues.

Thank you and kind regards!