我在 Ubuntu 16.04 上安装了 Tensorflow,并用简单的代码进行了测试。结果是执行的,但有些事情(可能是警告)让我有点害怕。它们如下所示:
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE3 instructions, but these are available on your machine and could speed up CPU computations. W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.1 instructions, but these are available on your machine and could speed up CPU computations. W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.2 instructions, but these are available on your machine and could speed up CPU computations. W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use AVX instructions, but these are available on your machine and could speed up CPU computations. W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use FMA instructions, but these are available on your machine and could speed up CPU computations.
我发布这个问题是因为我认为每个案例都不同,尤其是那些警告提到SSE3
、SSE4.1
、SSE4.2
、AVX
、的情况FMA
。如果您有任何建议来处理这个问题,请帮助我