I was using tensorflow 2.0 with mkl (avx/avx2 optimization) and has zero problem. I found yesterday that tf 2.1 is available on anaconda, so I upgrade it to the latest. however, after upgrade, tf complains that "Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2".
To make sure I installed the correct version. I uninstalled all tensorflow components, and then do a fresh install using command conda install tensorflow-mkl. The installation succeed but the problem persists.
Could anyone advise how to solve this? Very appreciate the help.
Best