linux - Tensorflow 推荐的系统规范?

标签 linux machine-learning tensorflow system-requirements tensorboard

我开始在我的 RHEL 6.5 机器上安装 Tensorflow。但事实证明,Tensorflow 需要 glibc >= 2.17,而 rhel 6.5 上默认的 glibc 是 2.12。

我想知道是否有人可以帮助我确定 tensorflow 的最低/推荐系统规范?

最佳答案

列出了 TensorFlow 要求 here , 但这些并不推荐特定的操作系统或 glibc 版本。

最受支持的操作系统是 Ubuntu 14.04 64 位和 Mac OS X 10.10 (Yosemite) 及更高版本。限流因子为supported operating systems for Bazel的集合,我们用它来制作二进制包。您可以 install Bazel from source , 然后 install TensorFlow from source , 来解决这些问题。许多用户发现 install TensorFlow in a Docker container 更容易来避免这个问题。

关于linux - Tensorflow 推荐的系统规范?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34529927/

相关文章:

python - 无法从 'randn_tensor' 导入名称 'diffusers.utils'

machine-learning - Fastai学习器未加载

linux - 如何将shell脚本case语句转换为perl脚本

c - 为什么 'man 2 open'说有两种open呢?

linux - 在 Valgrind/DrMemory 中记录程序状态然后恢复是否可行?

machine-learning - 比 k 均值聚类更准确的方法

linux - awk/bash 比较跨行的时间戳和排序时间差异

machine-learning - 如何消除风格迁移神经网络中的反卷积噪声

python - Tensorflow:为什么我的代码运行越来越慢?

python - Tensorflow 采样 Softmax 损失正确使用