mdsimmo
mdsimmo
For me, this error was because I had connected the mpu up to the wrong pins
@edaustin I can't as I don't have a compatible GPU to test with. You might have luck asking @davidenunes at https://github.com/davidenunes/tensorflow-wheels
Cool. For others looking, here's the link: https://github.com/yaroslavvb/tensorflow-community-wheels/issues/107
@andrei-q Looks like your gcc is outdated. From here: https://gcc.gnu.org/onlinedocs/libstdc++/manual/abi.html (ctr f: "CXXABI_1.3.11"), it would seem you need at least gcc 7.1.0. If you happen to be on a RaspPi...
@TonyCongqianWang Agreed, I get same issue. Full code that it gets stuck on for me: ``` from keras.models import Sequential from keras.layers import Dense model = Sequential() model.add(Dense(units=64, activation='relu', input_dim=100))...
Hi @pahique. I did not have that problem. I had some issues getting a compatible protobuf/bazel version, but otherwise, all went smoothlyish. My c++ compiler is g++ 5.4.0 (installed from...
I won't be building it any time soon - it took 3 days of continuous processing to build it, and I want to use my laptop for other things. Edit:...
@apiad @pahique Nice going :) Can you make a new issue so others easilly can find those wheels too. > It took around 3 hours to build on a fairly...
@apiad My understanding is that the docker, by default, will compile with whatever your machine supports (i.e. native compile flags). Thus, on linux, you can find out by inspecting the...
Hey @apiad , How did you build for python 3.6 with the docker files? I tried building with the docker files, but it uses python 3.5 and it seems to...