安装tensorflow后的程序
Program after installed tensorflow
输入 pip show tensorflow 时没有任何显示。在 python 2.7
中键入 import tensorflow as tf 后出现错误
按照Download and setup with anaconda中描述的步骤进行操作:
可能你的蟒蛇在做
时是本地的
sudo pip install tensorflow
正在全局安装。
输入 pip show tensorflow 时没有任何显示。在 python 2.7
中键入 import tensorflow as tf 后出现错误按照Download and setup with anaconda中描述的步骤进行操作:
可能你的蟒蛇在做
时是本地的sudo pip install tensorflow
正在全局安装。