STM32Cube.AI Layer 'Concat' not supported :(
Hello,
I'm using STM32Cube.AI to implement a Keras model. It comprises three parallel branches and interaction takes only at the end place where I concat the branches.
This is a simplified version to show the structure of the model:

Unfortunately Concatenate is not supported :(.
[AI:Generator] NOT IMPLEMENTED: Unsupported cOde generation for layer 'Concat'
[AI:Generator] Python generation ended
[AI:Generator] Invalid networkI think there is a demand to support the Concatenate function :) and it sholdn't be a big deal to integrate it in the code generator.
The only solution I have at this moment is to save each branch separately and concatenate them in the user application.
Is there another way to do this?
Best regards,
Oliver
