How do I resolve these tensorflow warnings?

后端 未结 7 914
北恋
北恋 2020-12-31 06:36

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

7条回答
  •  攒了一身酷
    2020-12-31 07:20

    I don't know much about C, but I found this

    bazel build --linkopt='-lrt' -c opt --copt=-mavx --copt=-msse4.2 --copt=-msse4.1 --copt=-msse3-k //tensorflow/tools/pip_package:build_pip_package
    

    How you build you program?

提交回复
热议问题