ChunkyHabeneroSalsa
ChunkyHabeneroSalsa t1_ixtdpgh wrote
I've used Windows for a few years. I've had bugs and issues that would never get resolved but all in all it's not a big deal. Tensorflow + C++ + Windows was a nightmare but now I use pytorch->onnx and run onnxruntime in c++ and have no problems.
Haven't tried wsl. I have it setup and I use it to test builds because we are switching to linux at least on the production side so our code compiles for both windows and Linux.
ChunkyHabeneroSalsa t1_j56wbae wrote
Reply to comment by Nater5000 in Are TensorFlow and other ML frameworks worth learning in 2023? by ActionParticular7697
Well said. The specific frameworks or languages really don't matter. Learning another library is the least productive way to increase your skills.