美文网首页
Tensorflow安装 & 遇到的问题及解决方案

Tensorflow安装 & 遇到的问题及解决方案

作者: Niling | 来源:发表于2017-06-21 16:44 被阅读0次

    出处:Ubuntu + py2.7 + gpu

    pip uninstall tensorflow
    pip install tensorflow-gpu
    

    tensorflow 尽量从 源码 安装,这样运行起来会更快,遇到的 Warning 也更少

    Problem & Solution

    Problem_0

    如果 TensorFlow 程序运行缓慢, 可能和 protobuf pip package 有关

    Solution

    pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/protobuf-3.1.0-cp27-none-linux_x86_64.whl
    


    相关文章

      网友评论

          本文标题:Tensorflow安装 & 遇到的问题及解决方案

          本文链接:https://www.haomeiwen.com/subject/iwdtcxtx.html