Please note the following error I get when I’ve tried to use deepsearch from a pip install and also when running the prebuilt deepsearch downloaded using taskcluster.py:
tensorflow/core/platform/cpu_feature_guard.cc:35] The TensorFlow library was compiled to use AVX2 instructions, but these aren’t available on your machine.
I realize this is your first release but outside of mozillains, how are people managing to install deepsearch and make it run on a workstation? I have yet to find instructions containing clear steps to realizing a working deepsearch.
A section titled #Installation, in any README, ought to contain all of the required installation instructions. Neither the root README nor native_client/README have them.
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
2
As I said on the other thread, there is so far no other alternative than rebuilding libtensorflow_cc.so and re-producing Python bindings in this case. I understand this is frustrating, but so far there is no runtime-level enabling/disabling of those optimizations, and we enabled them.
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
3
I have the same problem and would love to see someone provide binaries for non-AVX2 (and non-NVidia) platforms. Not really in the mood for lengthy compilation sessions.