在树莓派raspberry 3B上安装tensorflow python运行时环境tflite-runtime

在树莓派raspberry 3B上安装tensorflow python运行时环境tflite-runtime,第1张

在树莓派raspberry 3B上安装tensorflow python运行环境tflite-runtime tflite-runtime python库网址

https://google-coral.github.io/py-repo/tflite-runtime/

下载安装tflite-runtime
wget 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

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/zaji/5658469.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-16
下一篇 2022-12-16

发表评论

登录后才能评论

评论列表(0条)

保存