• archonet@lemy.lol
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    7 months ago

    the entire reason I switched to Linux – back in January I asked myself “if I have to fight my operating system to make it work right for me anyways, why pay for the privilege?”

    like sure updates break things on Linux too occasionally but at least they don’t reinstall spyware I had to spend a day ripping out after the last update.

  • N3Cr0@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    7 months ago

    This is so true. Most of the tools justifying the use of WSL aren’t even supported. Either because of technical limitations or because of security concerns.

  • frezik@midwest.social
    link
    fedilink
    arrow-up
    1
    ·
    7 months ago

    Anybody who thinks running Windows is easier hasn’t tried to get Tensorflow working on Windows with GPU support.

    In theory, it could run on a straight Windows build of Python, but nobody seems to have given that serious consideration. It must go through WSL, but that means passing through the GPU to WSL. When you Google how to do it, you’ll find three different approaches that have been taken over the years, only one of which is valid on modern setups. If you take one of the old approaches, you will likely twist your system in knots and need a complete reinstall to fix.

    On Linux, you install the GPU drivers, compile Tensorflow with the GPU flags, and you’re done.