-
Notifications
You must be signed in to change notification settings - Fork 70
Description
Hi @itamarhaber @MeirShpilraien
I have machine which has no SSE4.1 SSE4.2 AVX AVX2 that's why Backend TF not loaded.
go to gear environment and import tensorflow but not import Tensorflow succesfully
i.e
(python3) onstak@onstak:/opt/redislabs/lib/modules/python3$
import tensorflow
Illegal instruction (core dumped)
and when I ran init.py tensorflow not load successfully but torch load successfully
Error
Backend TF not loaded, will try loading default backend
/home/onstak/EdgeRealtimeVideoAnalytics/RedisAI/install-cpu/backends/redisai_tensorflow/lib/libtensorflow_framework.so.1(+0x725a59)[0x7fcfdcf4fa59]
Symbol: (null) (base: (nil))
Module: /home/onstak/EdgeRealtimeVideoAnalytics/RedisAI/install-cpu/backends/redisai_tensorflow/lib/libtensorflow_framework.so.1 (base 0x7fcfdc82a000)
$ xxd -r -p /tmp/dump.hex /tmp/dump.bin
but torch load successfully
TORCH backend loaded from /home/onstak/EdgeRealtimeVideoAnalytics/RedisAI/install-cpu/backends/redisai_torch/redisai_torch.so
I am also try this one go to /opt/redislabs/lib/modules/python3$ and install tesorflow like pipenv install tensorflow or
sudo pipenv install tensorflow-1.14.0-cp37-cp37m-linux_x86_64.whl
but facing same core dump error
so kindly tell me how to solve this problem.
Thanks