Skip to main content
Visitor II
June 8, 2024
Question

Error while Analysing model.

  • June 8, 2024
  • 1 reply
  • 684 views

I am having a terrible time analyzing a model using Cube AI.

 

When I analyze the TFlite model, I get an internal error.Image 08-06-2024 at 11.17 PM.jpg When I analyze the same model saved in Keras, I get the error below. However, the model trains and works perfectly for inference in tensorflow.Image 04-06-2024 at 2.35 PM.jpgI have decorated the classes, for example, this way:
@tf.keras.utils.register_keras_serializable(package="Custom", name="PatchEmbedding"), but it still doesn't work.
Can anyone help me out?

1 reply

fauvarque.daniel
ST Employee
June 12, 2024

This class seems to be corelated to transformer that we don't support today.