tensorflow mac安装方法
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
以上是关于tensorflow mac安装方法的主要内容,如果未能解决你的问题,请参考以下文章