From the TensorFlow “Getting Started” page:
$ pip install https://storage.googleapis.com/tensorflow/mac/tensorflow-0.5.0-py2-none-any.whl
I'm not very familiar with using GPUs or CUDA libraries, but if I installed TensorFlow inside a Linux virtual machine (say precise32 is available through Vagrant), will TensorFlow use a GPU when working inside this virtual machine?
source
share