2022-06-27 07: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.
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
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
2022-06-28 05:20 PM
I downgraded the version as 2.6.0 and it works well.
Thank you so much.