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 43 forks source link

There's no 'design_details' in build_model() #55

Closed zmj2 closed 3 months ago

zmj2 commented 3 months ago

What should I put in here?

muzairkhattak commented 3 months ago

Hi @zmj2,

Thank you for showing interest in MaPLe!

Regarding your query, can you check if you are using the CLIP code files present in our repo? It seems like the design_details parameter is present in the build_model() function as shown in these lines.

Kind regards!