小编Qin*_*Liu的帖子

如何从源更新Tensorflow

Tensorflow 0.5.0通过git clone从源代码安装了最新的.并希望更新到Tensorflow 0.6.0

git pull
./configure
bazel build -c opt --config=cuda //tensorflow/cc:tutorials_example_trainer
Run Code Online (Sandbox Code Playgroud)

但目录中的Tensorflow库/usr/lib/python2.7/site-packages仍然具有0.5.0版本

结果中的版本"pip show tensorflow"也是0.5.0

tensorflow

4
推荐指数
1
解决办法
2万
查看次数

标签 统计

tensorflow ×1