How to install CPU version of tensorflow using conda
I found it: conda install 'tensorflow=*=mkl*'
conda install tensorflow-mkl
worked for me, the version with the asterisks didn't.
I found it: conda install 'tensorflow=*=mkl*'
conda install tensorflow-mkl
worked for me, the version with the asterisks didn't.