Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kws_ref_model_float32.tflite is Hybrid Model #160

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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