I just installed Tensorflow 1.0.0 using pip. When running, I get warnings like the one shown below.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The Ten
export TF_CPP_MIN_LOG_LEVEL=2 solved the problem for me on Ubuntu.
export TF_CPP_MIN_LOG_LEVEL=2
https://github.com/tensorflow/tensorflow/issues/7778