2025-09-11 7:06 AM
Hi everyone,
I’m trying to deploy a wav2vec model using STM32Cube.AI and ran into an issue during onnx conversion.
NOT IMPLEMENTED: Unsupported layer types: LayerNormalization
I’ve read the documentation at supported onnx operators and it seems that LayerNormalization is not currently supported.
I have a couple of questions:
Are there plans to support LayerNormalization in future releases?
If not, does anyone know a recommended workaround other than just modifying the model to use another type of normalization?