google-research / tuning_playbook

A playbook for systematically maximizing the performance of deep learning models.
Other
26.29k stars 2.18k forks source link

[BUG] In Choosing the goal for the next round of experiments #43

Closed SwordFaith closed 5 months ago

SwordFaith commented 1 year ago

I guess greedily maximize validation error should be minimize validation error.

Example goals include:

varungodbole commented 5 months ago

Thanks for the pointer. It looks like this has been fixed in the main branch now. Maybe another PR fixed it?

https://github.com/google-research/tuning_playbook?tab=readme-ov-file#choosing-the-goal-for-the-next-round-of-experiments

Please reopen the issue or file another one if we missed anything.