-
Notifications
You must be signed in to change notification settings - Fork 3
Hyperparameter tuning with Hyperopt.jl #109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
On top of this, maybe we should do a version of |
I managed to use threads in parallel with the @thyperopt macro that ships with the package. They also have the @phyperopt macro to use different workers but I didn't get that to work yet. I maybe have not understood threads and workers - is threads simply different cpus on one node and workers maybe potentially on different nodes? |
trial with using Hyperopt
seems to work
my implementation is still rough at edges, especially the Mspec struct.