Error while Analysing model.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-06-08 4:51 PM
I am having a terrible time analyzing a model using Cube AI.
When I analyze the TFlite model, I get an internal error.
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.
I have decorated the classes, for example, this way:Can anyone help me out?
@tf.keras.utils.register_keras_serializable(package="Custom", name="PatchEmbedding"), but it still doesn't work.
Labels:
- Labels:
-
STM32CubeAI
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-06-12 9:22 AM
This class seems to be corelated to transformer that we don't support today.
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.
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.
