About tflite_model_maker

I am trying to install tflite_model_maker in google colab after downgrading python version from Python 3.10 to 3.8…and I tried to install tflite_model_maker it is getting install and i have checked the version of tflite_model_maker.

But the issue is after executing this line -
from tflite_model_maker.config import QuantizationConfig

file i am getting the following error

No module named ‘tflite_model_maker’


@Avinash_Landage,

Welcome to the Tensorflow Team,

This is a known issue. The TFLite development team is working on it.

You could try using the MediaPipe Model Maker.

Thank you!