I am using Tensorflow's Anaconda distribution with MKL support.
from tensorflow.python.framework import test_util
test_util.IsMklEnabled()
This code prints True
. However, when I compile my Keras model I still get
Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2
This is not the behavior I was expecting.