首页 > 系统服务 > 详细

tensorflow mac安装方法

时间:2017-08-16 23:49:32      阅读:297      评论:0      收藏:0      [点我收藏+]

  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

tensorflow mac安装方法

原文:http://www.cnblogs.com/studyNT/p/7376369.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!