Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
@dosssma, @yooceii, @Dipamc77 would you mind giving this a try? See https://cleanrl-jlu83xh5n-vwxyzjn.vercel.app/advanced/hyperparameter-tuning/ for the current tutorial. Would love to hear your feedback. |
|
@vwxyzjn Thanks for the great addition. Tried to follow up the instructions to get it to work, but there were a few snags along the way:
I have yet to test other tuner scripts than |
|
Thanks will definitely add the dependencies in poetry - I just try to do this in the last step due to the potential poetry conflicts with other branches. Glad to hear |
|
Haven't been able to run the code yet, but I read the code, here are some thoughts.
|
|
Faced the same situation that dossman@ have when installing optuna. but other than that. Example works. |
dosssman
left a comment
There was a problem hiding this comment.
Looking good to me.
Tested the tuner_example and it is working out of the box.
I had to abort it quite early though.
Great work.
|
Refactored the documentation a bit to help users better get started. Merging now. |
|
Any chance anyone wants to explain the biggest advantage of Optuna over wandb's hyperparameter optimization? The latter's practically already built-in. (Btw thanks for a great library!) |
|
Hi @braham-snyder, Wanda’s hyperparameter optimization is great. I have used it before and it’s easy to use. Feature-wise optuna does support more functionalities. E.g., pruning less promising experiments or multi objective optimization. |
|
Thanks! |
* Hyperparameter optimization * add gitignore * pre-commit * quick refactor * Add docs * pre-commit * clarify docs * update docs * push changes * push changes * typo * update dependencies * Quick fix * clarification * Update docs on python version * add test cases * add tests * update config * update test cases * Refactor docs
Description
This PR adds a first pass of hyperparameter optimization.
The API design roughly looks like
Preliminary docs are available at https://cleanrl-jlu83xh5n-vwxyzjn.vercel.app/advanced/hyperparameter-tuning/
Types of changes
Checklist:
pre-commit run --all-filespasses (required).mkdocs serve.