TensorFlow-Raspberry-Pi_64-bit
TensorFlow-Raspberry-Pi_64-bit copied to clipboard
TensorFlow installation wheels for Raspberry Pi 64 OS
I have tried to compile tensorflow in my Raspi but it costed 2 days and more. I also have tried to cross compile it in an Ubuntu x64 but I...
Hi, Thanks for sharing whl files! I followed the tutorial on the website and used whl file for python 3.9, when I try to install tensorflow I get this error:...
sudo -H pip3 install tensorflow-2.7.0-cp39-cp39-linux_aarch64.whl Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Processing ./tensorflow-2.7.0-cp39-cp39-linux_aarch64.whl Collecting google-pasta>=0.1.1 Downloading https://www.piwheels.org/simple/google-pasta/google_pasta-0.2.0-py3-none-any.whl (57 kB) |████████████████████████████████| 57 kB 835 kB/s Requirement already satisfied: h5py>=2.9.0 in /usr/local/lib/python3.9/dist-packages (from...
I am struggling as need addons but the github standard install doesn't work with 64bit but does armv7 so guess its about lib locations but prob above my head
grateful Qengineering I followed the example of installing Tensorflow 2 Lite on Raspberry pi 4 bullseye 64 bit operating system and it worked for me, so Is there any chance...
Is there any update on TF 2.13 ?