You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your solid work.
Does the repo implement the function that pick the model weights that perform best in val dataset to evaluate in test dataset?
From the code below, it seems that the repo directly choose the best results in test dataset as the final results?
Hi, thanks for the interests!
I just been notified you raised the same question in the elevater toolkit https://github.com/Computer-Vision-in-the-Wild/Elevater_Toolkit_IC. So basically the best results on the test set are reported. And the best weights are selected on the test set. This is the same setting used in the elevater toolkit for the fair comparison.
Hi, thanks for the interests! I just been notified you raised the same question in the elevater toolkit https://github.com/Computer-Vision-in-the-Wild/Elevater_Toolkit_IC. So basically the best results on the test set are reported. And the best weights are selected on the test set. This is the same setting used in the elevater toolkit for the fair comparison.
It seems to bring some possibilities to overfit in the test set. However , since the elevater benchmark use this setting, maybe there is no better way but to follow it.
Thank you for your solid work.
Does the repo implement the function that pick the model weights that perform best in val dataset to evaluate in test dataset?
From the code below, it seems that the repo directly choose the best results in test dataset as the final results?
PEViT/vision_benchmark/evaluation/lora_clip.py
Lines 284 to 291 in be6fb43
The text was updated successfully, but these errors were encountered: