Skip to content
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

Can Hyperas natively return data regarding all models ran during an optimization cycle? #286

Open
michaelmontalbano opened this issue Jan 27, 2022 · 1 comment

Comments

@michaelmontalbano
Copy link

michaelmontalbano commented Jan 27, 2022

For example, if I test dropout and l2_regularization through hyperas optimization, is there a way to return the set of data which relates the loss metrics of each NN configuration? Or would I have to hardcode that utility myself, likely using pandas?

@JonnoFTW
Copy link
Collaborator

Everything returned in the function you want to minimise should be accessible from the Trials object. Of course, you can always have your function output to disk or a database or w/e you like.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants