Precisa de ajuda sobre o aviso relacionado a tensorflow?

2

Instalei o Tensorflow no Ubuntu 16.04 e testei-o com um código simples. O resultado é executado, mas existem algumas coisas (provavelmente, avisos) que me assustam um pouco. Eles são dados abaixo:

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.

Eu postei essa pergunta porque acho que cada caso é diferente do outro, especialmente aqueles em que os avisos dizem sobre SSE3 , SSE4.1 , SSE4.2 , AVX , FMA . Se você tem alguma sugestão para lidar com isso, por favor me dê uma mão

    
por voo_doo 22.02.2017 / 09:29

0 respostas