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.
I’ll have you know I’ve never paid for Windows in my life!
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.
The best Windows tweak script is here
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.