tensorflow - 安装旧版本的tensorflow

标签 tensorflow

我正在尝试使用以下设置安装tensorflow 1.3.0:

python 3.6.3
pip 9.0.1
Windows 10 on x64

我试过运行
pip install https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow_jni-cpu-windows-x86_64-1.3.0-rc2.zip

但我明白了
Command "python setup.py egg_info" failed with error code 1 in C:\Users\__\AppData\Local\Temp\pip-0dabbj1v-build\

如果我尝试
pip install tensorflow-1.3.0

我懂了
  Could not find a version that satisfies the requirement tensorflow-1.3.0 (from versions: )
No matching distribution found for tensorflow-1.3.0

知道如何使它起作用吗?任何想法/提示将不胜感激!

最佳答案

https://pypi.python.org/pypi/tensorflow/1.3.0中,下载所需版本的.whl并使用pip进行安装。

关于tensorflow - 安装旧版本的tensorflow,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48048736/

相关文章:

python - Tflearn 网络架构不收敛

python - 通过连接最后一个维度的数字来减少张量

performance - 使用 CPU 与 GPU 训练模型 - 速度与内存

python - Keras Callback EarlyStopping 比较训练和验证损失

python - 在 C 中嵌入 Tensorflow/Torch 以集成到更大的项目中

python - Tensorflow 2.0 中的 tf.function 和 tf.while 循环

tensorflow - 神经网络立即过拟合

python - 相同的神经网络架构在 tensorflow 和 keras 中提供不同的精度

python - TensorFlow 全连接教程 : How are the trained weights used for Eval and Test?

Python TLearn - 损失太高