Cannot parse keras metadata models #355
Unanswered
julfontaine
asked this question in
Q&A
Replies: 2 comments 4 replies
-
I have the same Problem on my Machine. I could not really dig into yet :( |
Beta Was this translation helpful? Give feedback.
2 replies
-
hello, try the follow steps:
cd src/Process-Data cd ../Train-Models
delete all folder, just leave Trained-Model-ML, Trained-Model-OU
python -m NN_Model_ML.py
model = load_model('Models/Trained-Model-ML-')
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I'm running into an error when attempting to execute the main script with the following command:
python main.py -xgb -odds=fanduel
However, I receive the following error related to loading a saved Keras model:
OSError: Cannot parse keras metadata at path Models/NN_Models/Trained-Model-ML-1699315388.285516\keras_metadata.pb: Received error: Error parsing message
I've tried with different model and I always have the error parsing message.
I'm using Python 3.11 on a Windows system. Tensorflow and Keras are both version 2.14.0.
Has anyone else faced this issue, or could the maintainers please advise on how to resolve this?
Any help would be greatly appreciated!
Related issue - 4 days ago
error log:
Beta Was this translation helpful? Give feedback.
All reactions