Hello,
I’m trying to run a .tflite model on a RT1062 cam.
When I run model = tf.load(…) I get the error:
“AttributeError: ‘module’ object has no attribute ‘load’”
Is it due to a new implementation of the tf library?
If so, what code should I use now?
Regards