Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Wtf? xD That isn't compile time, right? You're teaching the network, right? Right...?
-
@ScriptCoded it's compiling tensorflow from source on a pine64 (single board arm computer) and well... It's not a very fast computer let's say 😅
-
@endor I had no idea it would take that much time. For future version I'm going to setup a cross compilation.
-
@endor
@MrEliptik
Total fucking noob here, stupid question incoming. I thought you compiled for a specific instruction set or whatever and that cross-compilation to a different architecture was, like, not possible. How does this work? Thxxx -
@ihatecomputers you can install the right thing for your compiler to compile for a specific target. It's sometime a tedious process but it's possible!
-
@MrEliptik Cool! Sounds like blood magic to me. Well, I'll be returning to my JS dungeon now.
-
i think my longest was around 10 or 11 hours
compiling Qt5.11 from source (both, debug and release) on some i5 4x2.4GHz (my old laptop)
compilation failed btw -
@Krokoklemme that's the worst when it failed like this. I feel you, I had to compile opencv , boost and qt for the rpi3... Did qt on my desktop though, otherwise it would still be waiting 😅
-
KILL MEEEEE PLZZZZ. I didn't launch the process with nohup, I lost my SSH connection... 60 hours in and now I had to restart :( :( :( I'm so dumb
Related Rants
46 hours in.. Hope it's going to work!
What's your longest compile time?
question
tensorflow
pine64
compiling