TensorFlow升级到1.0.1

时间:2017-03-21 05:46:49

标签: 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 tf; print(tf.__version__)'
1.0.1

1 个答案:

答案 0 :(得分:0)

  1. 卸载Tensorflow 1.0.0(我使用的是virtualenv),所以为了安装只需删除文件夹 $ rm -rf
  2. 安装Tensorflow 1.0.1