Unable to load my keras model.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-27 7:33 PM
Hi,
I created my own model and saved it as .h5.
However, when I analysed I got the error below.
E010(InvalidModelError): Couldn't load Keras model D:\motion.h5,
E010(InvalidModelError): Model saved with Keras 2.9.0 but <= 2.6.0 is supported
Do you have any ideas on how I could handle this situation?
Thanks,
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-28 12:30 AM
X-Cube-AI 7.2 that will be available early next week has been built with support of Tensorflow/Keras 2.9.
You should be able to import your model with that version.
Regards
Daniel
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-28 12:30 AM
X-Cube-AI 7.2 that will be available early next week has been built with support of Tensorflow/Keras 2.9.
You should be able to import your model with that version.
Regards
Daniel
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-28 5:20 PM
I downgraded the version as 2.6.0 and it works well.
Thank you so much.
