Skip to main content
Associate III
June 19, 2026
Question

Unable to create project with STM32 Cube AI studio

  • June 19, 2026
  • 1 reply
  • 32 views

I am unable to generate project [ consisting of .onnx format - model is using logistic regression] with the help of STM32 cube AI studio . I have attached the error in screenshot below. Can we not implement simple models like logistic regression while doing real time deployment in STM32N6570-DK? Kindly help.

Regards

Chanchal
 

 

1 reply

Julian E.
ST Technical Moderator
June 23, 2026

Hi ​@chanchal94,

 

As stated in the error message, the ONNX layer LinearClassifier is not supported on the N6 using the NPU.

You can find the list of supported layers here:

https://stedgeai-dc.st.com/assets/embedded-docs/stneuralart_operator_support.html#overview

 

In short, the NPU is primary made to accelerate convolutions. So I would advise to look for convolutional models that could perform regression (TCN maybe?) or if you don’t work with very big inputs, NanoEdge AI Studio could be interesting for you as one of the supported use case is Regression.

NanoEdge AI Studio - STMicroelectronics - STM32 AI

 

Have a good day,

Julian

​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.