Hi,
I’m trying to use:
However, for some reason what they want me to import (tflite_support.metadata_writers) does not exist in the pip package.
Can anyone help?
Hi,
I’m trying to use:
However, for some reason what they want me to import (tflite_support.metadata_writers) does not exist in the pip package.
Can anyone help?
@kim,
Welcome to the Tensorflow Forum!
The tflite-support
package is not currently supported by Python 3.10
and the development team is currently working on it. Please refer to #909 thread for the latest updates on support.
As a workaround, you can use the python 3.10 compatible wheel complied by @Gulianrdgd. Please refer to the gist.
Thank you!