【问题标题】:Needed help?? installing Tensorflow-GPU for Win 10 Pro 9-2-18需要帮助??为 Win 10 Pro 9-2-18 安装 Tensorflow-GPU
【发布时间】:2018-05-18 14:03:28
【问题描述】:

1.通过conda create --name tftest创建一个新环境。 (您可以将 tftest 替换为例如您当前项目的名称。) 2.通过激活 tftest 激活新环境。 3.通过conda install tensorflow将TF安装到这个环境中。 4. 确保您通过 where python 处于正确的环境中(应该生成包含“tftest”的路径)。 5.通过python运行Python。 6.import tensorflow as tf in a shell in that environment.

感谢伟大的社区,因为我在另一个帖子中找到了这个!!!

【问题讨论】:

    标签: tensorflow


    【解决方案1】:

    从版本 1.6.0 开始,预编译二进制文件需要 AVX 指令。 有人尝试使用预编译的二进制文件但不支持 AVX 指令并收到与您在此处发布的相同错误的一些错误报告:

    https://github.com/tensorflow/tensorflow/issues/17761

    https://github.com/tensorflow/tensorflow/issues/17386

    也许你有这个问题?如果是,您可能需要从 sources 构建 tensorflow 或降级到 tensorflow 1.5.1。

    【讨论】:

      猜你喜欢
      • 2013-02-19
      • 2018-03-25
      • 2021-09-19
      • 2021-05-24
      • 2021-12-15
      • 2011-08-25
      • 2011-09-19
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多