We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
I have a few pickle files created last year / earlier this year which have a hyperparameters pickle file. I am getting an error with this
Failed for results_splitwise_PVA_WristElbow_GR_SSR_4_1_singers_run_1.pkl with No module named 'keras_tuner.engine.hyperparameters.hyperparameters'
To Reproduce Load a pickle file with keras hyperparameters. Some other pickle files generated later work
In [26]: [type(v) for k,v in temp['split1'].items()] Out[26]: [keras_tuner.src.engine.hyperparameters.hyperparameters.HyperParameters, numpy.ndarray, numpy.float64, numpy.ndarray, numpy.float64, numpy.ndarray, numpy.float64, numpy.ndarray, numpy.float64]
Expected behavior Load the model
Additional context
Would you like to help us fix it? Is it a version issue. If so what is the version
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I have a few pickle files created last year / earlier this year which have a hyperparameters pickle file. I am getting an error with this
To Reproduce
Load a pickle file with keras hyperparameters. Some other pickle files generated later work
Expected behavior
Load the model
Additional context
Would you like to help us fix it?
Is it a version issue. If so what is the version
The text was updated successfully, but these errors were encountered: