KMnP / vpt

❄️🔥 Visual Prompt Tuning [ECCV 2022] https://arxiv.org/abs/2203.12119

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is the use of grid search

ruanchunqing7 opened this issue · comments

Hi,

Thanks for the great work!

image

In tune_vtab.py, I noted the code above. I am confused the use of the code, since the best lr and wd are not saved for final 5 times.

Kind regards,

Hello, I have the same confusion, can you tell me why this is? #

Hi,

Thanks for the great work!
image

In tune_vtab.py, I noted the code above. I am confused the use of the code, since the best lr and wd are not saved for final 5 times.

Kind regards,

Oh I see, when final_runs is set to True, the setup function will automatically find the optimal learning rate and weight_decay through the function find_best_lrwd