dBeker / Faster-RCNN-TensorFlow-Python3

Tensorflow Faster R-CNN for Windows/Linux and Python 3 (3.5/3.6/3.7)
MIT License
612 stars 329 forks source link

Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2 Traceback (most recent call last): File "C:/Users/lcc/Desktop/Faster-RCNN-TensorFlow-Python3.5-master/demo2.py", line 141, in <module> raise NotImplementedError NotImplementedError #35

Closed lccate closed 5 years ago

lccate commented 6 years ago

error : Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2 Traceback (most recent call last): File "C:/Users/lcc/Desktop/Faster-RCNN-TensorFlow-Python3.5-master/demo2.py", line 141, in raise NotImplementedError NotImplementedError

morpheusthewhite commented 5 years ago

It is a warning about the fact that your CPU has additional features that the used TF was not compiled to use; it will work, but slower than it could