-
Notifications
You must be signed in to change notification settings - Fork 104
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
IndexError for AutoQKeras with hyperband mode #92
Comments
It looks like If you look at the source code of the method here it seems that this is most likely because it did not find any completed trials. For example, perhaps all of the trials errored out before completion. Please take a look and see if this is what is causing the issue. If you are still encountering this error, please provide a full code example so we can reproduce the error you see. Thanks! |
Thanks for responding quickly to my issue. I am trying to figure out why none of the trials completed. Here is the code I used to run AutoQKeras:
|
I get the following stack trace when calling
get_best_model()
on the AutoQKeras object using hyperband mode:It does not run into an error if I use
random
orbayesian
mode. Does anyone know what could be causing this IndexError?The text was updated successfully, but these errors were encountered: