I wan't to know if TensorFlow (http://tensorflow.org/) can be used on the Raspberry Pi both the Python API and the C++?
Asked
Active
Viewed 9,019 times
2 Answers
11
There's now a python package available for Tensorflow on RaspberryPi aptly called, tensorflow-on-raspberry-pi.
Christopher Hooper
- 111
- 2
- 3
2
You do not need to use the above link. you can directly install latest tensorflow on any raspberry pi (ARMV7) device from here:
http://ci.tensorflow.org/view/Nightly/job/nightly-pi-python3/lastSuccessfulBuild/
Mostafa
- 136
- 3