tensorflow-on-raspberry-pi
tensorflow-on-raspberry-pi copied to clipboard
Is there something for raspberry pi 4B?
trafficstars
hey, thanks for you guys' donation.It's great. As raspberry pi 4B is already been come out. So I wonder if there is something for 4B. Thanks very much.BTW, I use the ubuntu server OS.
Hi, he has mentioned on the readme that he longer maintains this repo. Tensorflow support for the RPi is now official so you can install it using
sudo apt install libatlas-base-dev
sudo pip3 install tensorflow
Please visit the official Tensorflow website for more details.