zoukankan      html  css  js  c++  java
  • tensorflow mac安装方法

      480  pip install https://storage.googleapis.com/tensorflow/mac/tensorflow-0.5.0-py2-none-any.whl

      481  virtualenv --system-site-packages ~/tensorflow

      482  cd ~/tensorflow

      483   source bin/activate

      484  pip install --upgrade <$url_to_binary.whl>

      485  pip install https://storage.googleapis.com/tensorflow/mac/tensorflow-0.5.0-py2-none-any.whl

      486  pip install jupyter 

      487  pip install --upgrade pip

      488  pip install jupyter 

      489  jupyter notebook

  • 相关阅读:
    2020年3月22日
    2021年3月21日
    2021年3月20日
    人件集阅读笔记02
    2021年3月19日
    2021年3月18日
    2021年3月17日
    2021年3月16日
    2021年3月15日
    梦断代码阅读笔记01
  • 原文地址:https://www.cnblogs.com/studyNT/p/7376369.html
Copyright © 2011-2022 走看看