python - 安装 tensorflow 1.4

标签 python tensorflow

<分区>

知道如何在 Windows 10 上安装 Tensorflow-gpu 1.4 版吗?我到处都看过,似乎无法弄清楚。我正在尝试使用 Tensorflow、Keras 和 Cuda 8.0 在我的 GPU 上运行神经网络。

最佳答案

在安装 tensorflow 之前,您需要确保您的机器上安装了 CUDA(这只有在您有 NVIDIA GPU 时才有效)。您还需要 cuDNN . 安装这些后,您可以使用 pip install tensorflow==1.4.0 安装它。 有关详细信息,请参阅 this tensorflow.org tutorial .

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

相关文章:

python - 如何将两列值转换为键值对字典?

python - 如何更改 Pandas 数据框中的日期

python - Python Tkinter 文本小部件中删除或 "Hidden"文本

python - 无法获得新的 tf.Operation 在 Tensorflow 的 Python shell 中工作

tensorflow - 如何在 Google Cloud 中选择特定的 TPU?

python - Tensorflow中的tf.variable_scope和variable_scope.variable_scope有什么区别?

python - 如何训练神经网络将文本分类为预先存在的类别?

列表列表的Python列表

audio - 机器学习数据集的不同麦克风

具有动态值的 Python MYSQL SELECT