https://google-coral.github.io/py-repo/tflite-runtime/
下载安装tflite-runtimewget https://github.com/google-coral/pycoral/releases/download/v2.0.0/tflite_runtime-2.5.0.post1-cp39-cp39-linux_armv7l.whl#sha256=44ade5fa9d429ff7fcd439b596aa4df6f8fef67c9499eae3f1ed6243e4c99e53 pip3 install tflite_runtime-2.5.0.post1-cp39-cp39-linux_armv7l.whl测试
import tflite_runtime print(tflite_runtime.__version__) from tflite_runtime.interpreter import Interpreter
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)