admin 管理员组文章数量: 1086019
Trying to install TensorFlow Lite (liteRT) in Raspberry Pi Zero W but not working. Following these directions:
/edge/litert/microcontrollers/python
/
but no luck - the package installer can't find it in both cases. Successfully installed another packages using pip3 in a python environment.
Is there any other way to install the mentioned TensorflowLite (liteRT)?
Thanks in advance for help!
Trying to install TensorFlow Lite (liteRT) in Raspberry Pi Zero W but not working. Following these directions:
https://ai.google.dev/edge/litert/microcontrollers/python
https://pypi./project/ai-edge-litert/
but no luck - the package installer can't find it in both cases. Successfully installed another packages using pip3 in a python environment.
Is there any other way to install the mentioned TensorflowLite (liteRT)?
Thanks in advance for help!
Share Improve this question asked Mar 29 at 16:39 gusgus 3612 gold badges6 silver badges21 bronze badges1 Answer
Reset to default 0I don't have enough reputations to comment so am posting this as a solution. Might not solve your problem but maybe help you think in editing your query to provide more details.
What's your OS? What's the error you're getting?
With the limited info you've posted, I can suggest the following. I'm assuming you're a beginner (I was clueless too a while ago) so pardon me if you're not:
Run these
sudo apt update
,
sudo apt upgrade --yes
,
sudo apt install python3-pip --yes
; and then try installing LiteRT using pip3 install tflite-runtime
PC
本文标签: tensorflow liteInstalling TensorflowLite (LiteRT) in Raspberry Pi Zero WStack Overflow
版权声明:本文标题:tensorflow lite - Installing TensorflowLite (LiteRT) in Raspberry Pi Zero W - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://roclinux.cn/p/1744011706a2518274.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论