cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to load my keras model.

SKim.9
Associate II

Hi,

I created my own model and saved it as .h5.

However, when I analysed I got the error below.

0693W00000NsrOBQAZ.png 

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,

1 ACCEPTED SOLUTION

Accepted Solutions
fauvarque.daniel
ST Employee

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.

View solution in original post

2 REPLIES 2
fauvarque.daniel
ST Employee

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.
SKim.9
Associate II

I downgraded the version as 2.6.0 and it works well.

Thank you so much.