Hacker News new | ask | show | jobs
by ReverseCold 3377 days ago
Tensorflow and Theano themselves only really support Windows. Unless you have a spare 5 hours to set up (and more hours to maintain), you NEED Linux for any serious ML.

Note: I'm just a beginner at ML, but this was my experience setting things up for the first time.

2 comments

Tensorflow and Theano themselves only really support Windows.

I think you mean "only really support Linux"? The rest of your comment reads like you know that.

TensorFlow at least has now begun supporting Windows in the main release, but you are absolutely correct in saying it has much better support on Linux.

Hey ReverseCold, I had similar experiences to you when I tried TensorFlow fist ~1 yr ago, but since then, the ease of `pip install tensorflow` in a virtualenv has really made it fast and relatively straightforward to use TensorFlow with CPU-only on either Mac or Ubuntu (I haven't tried any other linux distro myself). I agree though, getting everything to work with GPU is a bit of a pain :)