最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

tensorflow lite - Installing TensorflowLite (LiteRT) in Raspberry Pi Zero W - Stack Overflow

programmeradmin1浏览0评论

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 badges
Add a comment  | 

1 Answer 1

Reset to default 0

I 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

发布评论

评论列表(0)

  1. 暂无评论