-
Notifications
You must be signed in to change notification settings - Fork 495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest Tensorflow for raspberry pi #153
Comments
Have you tried the nightly builds?
On Fri 1 Jun, 2018, 6:13 PM naderafshari, ***@***.***> wrote:
Tensorflow 1.1 installs an runs fine on raspberry pi - thank you!
However. r1.1 does not have some of the useful functions and feature
needed for 3d convolutional networks e.g Conv3DTranspose
Has there been any attempts to build r1.8 for raspberry pi?
I have tried a bunch of stuff but not been successful. For example, latest
bazel with tensorflow master - no dice!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#153>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AUME5z_apbODxDvAHQdsQNv1qD1mWQ9Jks5t4TcLgaJpZM4UWo48>
.
--
Thank you,
Varun.
|
There are nightly builds? |
You can find them here: http://ci.tensorflow.org/job/nightly-pi-python3/ The current stable build is There are benchmark models too, but personally I've tested 1.6 back in March. The benchmarks ran fine. (MNIST, CIFAR on various models). These are part of the Jenkins project, with rust cross compilation being used. I wonder if Sam (couldn't do a mention, sorry :() should append this to his readme. |
I just found out about piwheels which when added as an extra pip source you can do a regular |
cool cool cool!
|
it seems not working on the Raspbian 9. when using import tensorflow in python3, the system raises an error. Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): Original error was: libf77blas.so.3: cannot open shared object file: No such file or directory |
Try running |
you are right. I don't what happened, at the beginning, after apt update, I can not install libatlas-base-dev, couple minutes later, it works. |
Tensorflow 1.1 installs an runs fine on raspberry pi - thank you!
However. r1.1 does not have some of the useful functions and feature needed for 3d convolutional networks e.g Conv3DTranspose
Has there been any attempts to build r1.8 for raspberry pi?
I have tried a bunch of stuff but not been successful. For example, latest bazel with tensorflow master - no dice!
The text was updated successfully, but these errors were encountered: