Tuesday, February 21, 2017

tensorflow 1.0 on raspberry pi 3

Still ongoing.

Reference:
https://github.com/samjabrahams/tensorflow-on-raspberry-pi/blob/master/GUIDE.md


bazel:
/src/main/java/com/google/devtools/build/lib/bazel/repository/skylark/SkylarkRepositoryContext.java
Add @ 600th line
    } catch (InterruptedException e) {
      throw new RepositoryFunctionException(
          new IOException("thread interrupted"), Transience.TRANSIENT);

tensorflow:
git clone --recurse-submodules https://github.com/tensorflow/tensorflow
git checkout r1.0
cd tensorflow
...

/WORKSPACE
manually change the url line for numericjs_numeric_min_js to the following
url = "http://numericjs.com/numeric/lib/numeric-1.2.6.min.js",

Then, ./configure

No comments:

Post a Comment