Deep-Image-Matting icon indicating copy to clipboard operation
Deep-Image-Matting copied to clipboard

Error while testing: I T : Tensorflow binary not complied to use

Open chetu3319 opened this issue 6 years ago • 2 comments

Hi, I'm getting this error while running. I'm running: python test.py --alpha= ./test_data/alpha/2.png --rgb=./test_data/RGB/2.png

Output: Your CPU supports instructions that this TensorFlow binary was not compiled to use : AVX2

What changes should I need to make? Thanks.

chetu3319 avatar Aug 31 '18 01:08 chetu3319

This is more a warning than an error. The Tensorflow binary you are using do not use some of your CPU optimization.

To use AVX2 instructions you need to build Tensorflow by yourself.

elzeru avatar Sep 07 '18 09:09 elzeru

@chetu3319 Hi, the pretrained model download link is down, can you share the Pretrained Model with us in google drive? thank you

shinebay avatar Sep 11 '18 08:09 shinebay