8

46 hours in.. Hope it's going to work!
What's your longest compile time?

Comments
  • 1
    Wtf? xD That isn't compile time, right? You're teaching the network, right? Right...?
  • 4
    @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 😅
  • 2
    Why not compile it elsewhere, and then transfer the binaries?
  • 2
    @endor I had no idea it would take that much time. For future version I'm going to setup a cross compilation.
  • 2
    @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
  • 4
    @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!
  • 5
    @MrEliptik Cool! Sounds like blood magic to me. Well, I'll be returning to my JS dungeon now.
  • 2
    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
  • 2
    @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 😅
  • 1
    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
Add Comment