Giter Site home page Giter Site logo

Comments (5)

MrSlayer02 avatar MrSlayer02 commented on September 13, 2024

Yes, but you can still build it like before, follow the GUIDE.md !
Actually, I had some issues when building TensorFlow 0.9 and had to edit some source files, if you need help just tell me.

from tensorflow-on-raspberry-pi.

samjabrahams avatar samjabrahams commented on September 13, 2024

Thanks @SebastianBoyd and @MrSlayer02 - I'm going to wait until the 0.9 release candidate becomes an official release before updating the binaries in this repository. If you check out the release notes, you'll see that it's currently "pre-release".

It looks like there may be some tweaks that need to be made to GUIDE.md to have everything work smoothly, so I'll make sure that to go through the entire process to make sure things are up to date.

from tensorflow-on-raspberry-pi.

MrSlayer02 avatar MrSlayer02 commented on September 13, 2024

Actually it seems not to be possible to install TensorFlow 0.9 without CUDA, because half floats are used even if you configure without GPU support. Raspberry Pi does not support CUDA, so installing 0.9 will require source code edit to remove all half floats uses. Stay in 0.8 and wait for a fix.

@samjabrahams you should edit the GUIDE.md to change the TensorFlow clone command to
git clone --recurse-submodules -b r0.8 http://github.com/tensorflow/tensorflow

from tensorflow-on-raspberry-pi.

samjabrahams avatar samjabrahams commented on September 13, 2024

It looks like the issue has to do with the Neon instruction flag- the Eigen 16-bit floating point doesn't play nice with Neon, it would seem.

If you still want to build it yourself, try again without the --copt="-mfpu=neon" flag. If you just want 0.9rc0, I'm uploading the binary now!

from tensorflow-on-raspberry-pi.

samjabrahams avatar samjabrahams commented on September 13, 2024

I made a pre-release to match up with the 0.9rc0 binaries available on the official TensorFlow repo.

In the future, my plan is to only release Raspberry Pi binaries once a release candidate goes gold due to time constraints on my end. However, working through the issue #20 caused me to end up with 0.9rc0 binaries anyway, so I figured I may as well put them out there. Python 3 binaries are currently compiling :)

from tensorflow-on-raspberry-pi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.