gpt4 book ai didi

windows - 需要 TensorFlow 依赖项。如何在 Windows 上运行 TensorFlow

转载 作者:可可西里 更新时间:2023-11-01 13:33:54 25 4
gpt4 key购买 nike

我有兴趣让 TensorFlow 在 Windows 上运行,但是目前我意识到这是不可能的,因为某些依赖项无法在 Windows 上使用,例如巴泽尔。

出现这种需求是因为据我目前所知,从 TensorFlow 访问 GPU 的唯一方法是通过 Linux 的非虚拟安装。我确实知道我可以双引导进入 Linux 安装,但我宁愿避免这种方式。

为了解决这个问题,我需要整个依赖链来构建 TensorFlow,因为我想知道它是否已经存在。

我还意识到,我可以在从源代码构建时捕获构建输出作为一个坚实的开始,但如果它是已知的,我想避免这种工作。

有一个在 Windows 上运行的 Bazel 测试版 - https://github.com/dslomov/bazel-windows

请参阅相关的 GitHub 问题以在 Windows 上运行 TensorFlow。 - https://github.com/tensorflow/tensorflow/issues/17

在 Windows 上运行的另一个原因是可以移植到 Xbox One。

我找到了一个可能的答案,还需要检查一下。这将生成一个依赖图作为点文件。

$ bazel query 'deps(//tensorflow/tools/pip_package:build_pip_package)' --output graph > tensorflow.dependency.dot

最佳答案

现在可以通过三个主要选项在 Windows 上构建和/或运行 TensorFlow:

  • 您可以从 PyPI 安装支持 GPU 的 TensorFlow 0.12rc0 的 PIP 包:pip install tensorflow-gpu
  • 您可以使用 experimental CMake build 自行构建支持 GPU 的 PIP 包.这也使您能够在 Visual Studio 中使用 TensorFlow。可以找到此版本的文档 here .
  • 初步支持使用 Bazel for Windows 构建 TensorFlow .但是,我们仍在解决此版本的一些错误。

关于windows - 需要 TensorFlow 依赖项。如何在 Windows 上运行 TensorFlow,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33810016/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com