TensorFlow-Raspberry-Pi_64-bit
TensorFlow-Raspberry-Pi_64-bit copied to clipboard
How to compile tensorflow?
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 can't configure the tool chain. So if it's possible to tell me how to compile it?
Indeed, compiling TF costs days. The short route is using the provided wheels. No need to compile and you have TF up and running within an hour. See the guide.
Indeed, compiling TF costs days. The short route is using the provided wheels. No need to compile and you have TF up and running within an hour. See the guide.
So have you tried to compile tensorflow in x64? I believe it's a time saver to compile tensorflow if master the configuration of the tool chain
No need to compile TF in x64, although your absolute right, it saves a lot of time. On the other hand, once compiled, you end up with the very same wheels, which need to be installed on your RPi. We've lately cross compiled TF-Lite for the Raspberry Pi 4.
No need to compile TF in x64, although your absolute right, it saves a lot of time. On the other hand, once compiled, you end up with the very same wheels, which need to be installed on your RPi. We've lately cross compiled TF-Lite for the Raspberry Pi 4.
Thank you for all you have done.
Your welcome!