User Activity

When I use a function 【int ai_run(const void *in_data, void *out_data)】to make predictions,the out_data always output【0】No matter how I change the value of the input data, the value of the output data will not change, it will always be 0.int ai_run(c...
My binary classification algorithm has one input (270 data) and one output, I refer to section 6.4 of the code(AI:How to perform motion sensing on STM32L4 IoTnode - stm32mcu (stmicroelectronics.cn))Question 1:but the output category is always wrong, ...
My binary classification algorithm has one input (270 data) and one output, I refer to section 6.4 of the code(AI:How to perform motion sensing on STM32L4 IoTnode - stm32mcu (stmicroelectronics.cn))but the output category is always wrong, I don't kno...
..\..\AI\X-CUBE-AI\App\app_x-cube-ai.c(93):error: #20: identifier "AI_AI_DATA_ACTIVATION_1_SIZE" is undefinedstatic uint8_t poo10[AI_AI_DATA_ACTIVATION_1_SIZE];...\...\AI\X-CUBE-AI\App\app_x-cube-ai.c(95): error: #28: expression must have a constant ...
Thank you!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!The error are:TEMPLATE - initializationTEMPLATE - Error (ai_network_create_and_init) - type=0x33 code=0x41  and I also have another issue is when I using .h5 file to g...