stedgeai and "s16 x s8" TFlite models
Hi,
I have got a TFlite model with s16 activations and s8 weights.
1. Without NPU. I run this command
stedgeai.exe generate --target stm32n6 --name network -m %1 --compression none --verbosity 1 -O time --output ./X-CUBE-AIand the utility produces a network with "float" activations and weights (and adding int -> float at the start, and float -> int at the end).
Can I use some command line options to force the utility to generate "integer" layers?
2. With NPU. I run this command
stedgeai.exe generate --target stm32n6 --st-neural-art n6-noextmem@C:/Users/asdfg/STM32Cube/Repository/Packs/STMicroelectronics/X-CUBE-AI/10.2.0/scripts/N6_scripts/user_neuralart.json --name network -m %1 --compression none --verbosity 1 -O time --output ./X-CUBE-AI_NPU/Appand the utility outputs the error "NOT IMPLEMENTED: Unkonwn layer format for layer Input_0"
With NPU, is it possible to use int16x8 TFlite models?
Regards!
