【发布时间】:2019-03-24 14:08:28
【问题描述】:
我已经通过
安装了tensorflow-gpuconda 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 tensorflow和conda search -c conda-forge tensorflow,最高版本是 1.12.0 ,如何升级版本?
我通过 conda 安装,因为博客建议使用 gpu 更容易。
(https://towardsdatascience.com/stop-installing-tensorflow-using-pip-for-performance-sake-5854f9d9eb0c)
【问题讨论】:
-
我很困惑。 I don't see any Tensorflow 1.14。和TensorFlow/models hasn't had an official release since v1.11。我假设您正在寻找 linux-64 构建,因为 win-64 平台确实有 the latest version (v1.13.1) on Anaconda channels.
-
对不起,它是 1.13 而不是 1.14,我发现 github.com/tensorflow/models/issues/5709 不适用于 1.12(推荐模型不适用于 1.12)...我使用官方 pip 指令进行了升级...现在工作..希望使用 conda 更容易,但目前 conda ubuntu 似乎没有 1.13。
标签: tensorflow conda