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