Instruções de CPU não compiladas com TensorFlow

MacBook Air: OSX El Capitan

Quando executo o código TensorFlow no terminal (python 3 tfpractice.py), Recebo um tempo de espera maior que o normal para retornar a saída, seguido por estas mensagens de erro:

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 AVX2 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.

Não tenho idéia de como consertar isso. Gostaria que o TensorFlow funcionasse apenas nesta instalação do pip3. Então eu segui o caminho para:tensorflow/core/platform/cpu_feature_guard

Preciso editar o código aqui? Ou existe uma maneira alternativa de obter o TensorFlow para compilar com essas instruções?

Eu instalei o TensorFlow usandosudo pip3 install tensorflow.

questionAnswers(4)

yourAnswerToTheQuestion