2
公式サイトのガイドに従ってTensorflowをソースからインストールしようとしましたが、その経験は非常に不愉快です。私はTensorflowをインストールせずに、上記の「使用SSE4.1命令」と他の命令への道があるかどうかを疑問に思うソースからのテンソルフローをインストールせずにSSE4.1命令を使用するには?
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.
:
私が見ることができるソースからインストールすることができませんでしの即時の結果は以下の通りですソースから。
ありがとうございます!
あなたの答えをありがとう!私はTFが将来的にソースからインストールするプロセスを単純化するかどうか疑問に思います。これについて何か知っていますか?ありがとう – Daniel
ソースからインストールすることは自明ではありませんが、ドキュメントに従うと問題なく実行できます。常に改善がなされており、フィードバックはいつでも歓迎します。もしあなたがDocsがどのように改良されるかについて何か提案があれば、Githubで問題をオープンしてください:) 構築しようとしたOSはどれですか?通常、WindowsはCPU最適化を使用して構築する方が実験的ですが、それでも正常に動作しています。 – Adriano
ところで、[TensorFlowコミュニティホイール](https://github.com/yaroslavvb/tensorflow-community-wheels)の公式でないGithubレポがあり、ユーザーはそれらのビルドを共有します。利用可能なビルドを表示するには、問題を参照してください。 – Adriano