TensorFlow rebuild msg with AVX2 ? should I rebuild #148
-
While running my project tensorflow throws this message in command line. I came to know that it is not warning rather a good thing, it will boost tensorflow performance if rebuild with AVX2. Should I rebuild ? Is there any easy way to rebuild ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
this means AVX2 is already enabled for performance-critical ops, just not enabled globally for all ops - so enabling it would result in very minimal difference. and unfortunately, rebuilding |
Beta Was this translation helpful? Give feedback.
this means AVX2 is already enabled for performance-critical ops, just not enabled globally for all ops - so enabling it would result in very minimal difference.
and unfortunately, rebuilding
tensorflow
binaries and then rebuildingtfjs-node
bindings to use new binaries is one of the most painful builds i've ever seen - definitely not worth it.