Add Tuner class #301
Add Tuner class #301omkar-334 wants to merge 5 commits intoroboflow:feat/cli/tune-hyperparameter-optimizationfrom
Tuner class #301Conversation
Signed-off-by: Omkar Kabde <omkarkabde@gmail.com>
|
@SkalskiP here's the colab for testing this out - https://colab.research.google.com/drive/1Y9l8SIYUdRwDChzh73ScobSZ59n0kgZG?usp=sharing Since we're saving the optuna study as a class variable, the user has the convenience of plotting it or saving it too. I think this is nice. |
|
Hi @omkar-334, this is so cool! 🔥 I'm so excited for this feature. Is there a way we could summerize those experiments in a table? Or return information about all experiments at the end of tuning? |
hey @SkalskiP , This is really handy and since we already save the optuna study as a class variable, the user can access it anytime. |
|
hey @SkalskiP , just a nudge, can you review this |
|
Hi @omkar-334, I’m very sorry. I was sick all week. I only started to feel a bit better yesterday, so today I’m getting back to GitHub. |
no worries, @SkalskiP ... take care. I was working on the 3rd part. will make a PR for this after you review this. |



What does this PR do?
This PR adds the
Tunerclass and the corresponding tests for it.#260 cc @SkalskiP
Type of Change
Testing
Checklist
Additional Context