美文网首页
install tensorflow on Ubuntu 16.

install tensorflow on Ubuntu 16.

作者: 庞贝船长 | 来源:发表于2018-02-09 11:15 被阅读0次
    conda create -n tensorflow python=3.6
    
    source activate tensorflow
    # cpu-only python 3.6
    export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.5.0-cp36-cp36m-linux_x86_64.whl
    (tensorflow)$ pip install --ignore-installed --upgrade $TF_BINARY_URL
    

    Reference

    相关文章

      网友评论

          本文标题:install tensorflow on Ubuntu 16.

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