Hacker News new | ask | show | jobs
by sjg007 3108 days ago
I think the contrast is between statisticians and physicists PhDs compiling GPU support... even some CS PhDs have a hard time with that... this is less important as time goes on since the engineers figure it out and make it readily available.
1 comments

When I installed Theano, it was just `pip install theano`, and editing a couple of lines in a config file. Are other GPU libs (tensorflow, caffe, etc.) really that much more difficult?
pip install tensorflow-gpu

is all I do, once the dependancies are setup.