Skip to content

Conversation

fabrizioaymone
Copy link

I removed the TFLite Optimization flag during the conversion of the Keras model to the FP32 TFLite version, which produces kws_ref_model_float32.tflite. Previously, kws_ref_model_float32.tflite was a hybrid model, featuring both INT8 and FP32 operations, which are not supported by TFLM. To align with the goals of this benchmark and the other three use cases (anomaly detection, image classification, and visual wake words), kws_ref_model_float32.tflite should use only FP32 operations. My commit ensures this.

Removed the TFLite Optimization flag for the FP32 tflite version, as it produced a Hybrid model (both INT8 and FP32 operations), which is not supported by TFLM.
@fabrizioaymone fabrizioaymone requested a review from a team as a code owner June 8, 2024 18:24
Copy link

github-actions bot commented Jun 8, 2024

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant