使用conda安装后如何升级tensorflow?

时间:2019-03-24 14:08:29

标签: tensorflow conda

我通过以下方式安装了tensorflow-gpu

conda install tensorflow-gpu,其版本为1.12.0

tensorboard               1.12.2           py36he6710b0_0
tensorflow                1.12.0          gpu_py36he74679b_0
tensorflow-base           1.12.0          gpu_py36had579c0_0
tensorflow-gpu            1.12.0               h0d30ee6_0

我需要将它们升级到至少1.13才能使用tensorflow / models。

我查看了conda search tensorflowconda search -c conda-forge tensorflow,最高版本是1.12.0,如何升级版本?

我是通过conda安装的,因为博客建议使用gpu会更容易。
https://towardsdatascience.com/stop-installing-tensorflow-using-pip-for-performance-sake-5854f9d9eb0c

1 个答案:

答案 0 :(得分:1)

这些操作在Windows上对我有帮助:

我用display: block;命令删除了tensorflow-gpu。
然后,我检查了最新版本:conda remove tensorflow-gpu。是1.13.1
因此,我安装了以下版本:conda search tensorflow

相关问题