INTERNAL ERROR: 'FLOAT16' --> Is it that STM doesnot support tf.float16 formats ?
I tried to compress a keras model. It is a versy simple Neural network model with just fully connected (dense) layers. I converted it to tflite and compressed the weight to tf.float16 which was originally tf.float32. When I upload the model, it gave me error
Neural Network Tools for STM32AI v1.6.0 (STM.ai v7.1.0-RC3)
INTERNAL ERROR: 'FLOAT16'
Is it that STM doesnot support float16 formats ?
More Info: Its a tflite model and I used STM32Cube.AI.runtime
