User Activity

I confronted an error "TOOL ERROR:  (1, 4, 12, 10) is not a permutation for (2, 0, 1)"It seems there's some issues with handling the model structure. But I can't figure it out.The model perfectly works on python and the structure is not so different ...
HiI imported simple CNN to STM32L462RCT using STM32CUBE-AI v5.1.2 ApplicationTemplateI found that compressing the model has no effect on inference time.The aiRun procedure runs for 115ms both in 8-bit compression and "none" configurations although th...
I want higher data rate for magnetometer from LSM9DS1, specifically 100Hz.I found 'FAST_ODR' option in CTRL_REG1_M register but couldn't find any details such as side-effects or maximum ODR.Where can I find documents for the FAST_ODR? Or is it just i...