我使用此处提供的默认指令在ubuntu 16.04上成功安装了cpu only tensorflow .建议使用virtualenv和pip的指令,所以我没有从源代码构建.我按照这些说明安装没有问题.
我提供的说明验证了我安装的进一步下跌在同一页上,并在程序运行成功,它输出下列警告.
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 …Run Code Online (Sandbox Code Playgroud)