Windows虛擬機 Ubuntu16.04安裝tensorflow

第一步:在清華鏡像網站下載:點擊打開鏈接




第二步:在終端輸入:

pip install \
  -i https://pypi.tuna.tsinghua.edu.cn/simple/ \
  https://mirrors.tuna.tsinghua.edu.cn/tensorflow/linux/cpu/tensorflow-1.3.0-cp27-none-linux_x86_64.whl


第三步:在進行第二步的時候會提示安裝pip


第四步:重新執行第二步

第五步:驗證TensorFlow是否安裝成功

import tensorflow as tf
 tf.__version__


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章