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

How is the final model selected #33

Closed TicTacToePP closed 11 months ago

TicTacToePP commented 11 months ago

Hi, I wonder how is the final model selected. Is it the final model at the last epoch used directly or we need to select the best model based on the validation set? Thanks.

muzairkhattak commented 11 months ago

Hi @TicTacToePP,

Thank you for showing interest in MaPLe!

Regarding your query, the final model obtained at the last epoch is directly used. So there is no model selection based on the validation set.

Thank you and kind regards!

TicTacToePP commented 11 months ago

Noted, thanks!