I am interested in running TensorFlow on Windows, but currently I understand that this is not possible due to some of the dependencies not used on Windows, such as Basel.
The need arises because, as I understand it, the only way to access the GPU from TensorFlow is not a virtual Linux installation. I really understand that I can double boot on Linux, but prefer to avoid this route.
To solve the problem, I need a whole chain of dependencies to create TensorFlow, as it was interesting if it already existed.
I also understand that I can capture the output of the assembly when building from the source code as a solid start, but I would like to avoid this work if it is already known.
There is a beta version of Bazel that runs on Windows - https://github.com/dslomov/bazel-windows
See the related GitHub issue for running TensorFlow on Windows. - https://github.com/tensorflow/tensorflow/issues/17
Another reason to run on Windows is the ability to connect to the Xbox One.
I found a possible answer, still need to check it. This will create a dependency graph as a point file.
$ bazel query 'deps(//tensorflow/tools/pip_package:build_pip_package)' --output graph > tensorflow.dependency.dot
windows gpu tensorflow
Guy Coder Nov 19 '15 at 17:01 2015-11-19 17:01
source share