TensorFlow升级到1.0.1

TensorFlow升级到1.0.1,tensorflow,Tensorflow,我从1.0.0升级了服务器: pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.1-cp27-none-linux_x86_64.whl 但我得到了以下差异: (tensorflow)$ pip list | grep tensorflow tensorflow (1.0.0) (tensorflow)$ python -c 'import tensorflow as

我从1.0.0升级了服务器:

pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.1-cp27-none-linux_x86_64.whl
但我得到了以下差异:

(tensorflow)$ pip list | grep tensorflow
tensorflow (1.0.0)
(tensorflow)$ python -c 'import tensorflow as tf; print(tf.__version__)'
1.0.1
  • Uninstal Tensorflow 1.0.0(我使用的是virtualenv),因此为了安装,只需删除该文件夹即可 $rm-rf
  • 安装Tensorflow 1.0.1

  • 如果您键入
    pip show tensorflow
    ,您会得到什么?Hi@mrry。我得到以下输出:----名称:tensorflow版本:1.0.0