Whenever I run the code:
tf.lite.Interpreter(model_path=modelName)
The error is:
AttributeError: module 'tensorflow' has no attribute 'lite'
I followed this guide beforehand.
I tried adding contrib
tf.contrib.lite.Interpreter(model_path=modelName)
Didn't work
Also tried installing tflite_runtime but it says it doesn't support my platform