-
-
Notifications
You must be signed in to change notification settings - Fork 318
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
AttributeError: 'numpy.random.mtrand.RandomState' object has no attribute 'integers' #284
Comments
it maybe the hyperopt version problem,please choose other version of hyperopt |
Thank you! It's starting to train now. |
please use 'val_accuracy' replace this 'val_acc' |
The further issue with 'val_accuracy' is moved here. |
When I coding on Kaggle, I got a same problem, and also solved by |
I have the same problem, even after installing version 0.2.5. My code (jupyter lab):
My error:
|
I believe this will be corrected once this issue is resolved. |
For me with hyperopt==0.2.7 |
@bessembhiri Yes, this solution work for me also |
@bessembhiri works for me too. |
@bessembhiri works for me thank you!!!! |
Should be fixed in #290 |
same solution worked for me |
The error:
My code:
The text was updated successfully, but these errors were encountered: