Open liangtsingkuai opened 3 years ago
If you use GPU, AVX or not doesn't matter.
You can install the Intel Optimization for TensorFlow from conda on windows. https://software.intel.com/content/www/us/en/develop/articles/intel-optimization-for-tensorflow-installation-guide.html
If you use GPU, AVX or not doesn't matter.
You can install the Intel Optimization for TensorFlow from conda on windows. https://software.intel.com/content/www/us/en/develop/articles/intel-optimization-for-tensorflow-installation-guide.html
That sounds like a DIY compiling battle, and resonable. Since I did not figure out a perfect way for commercial, Yet. But your great work helps, like always, and thanks a lot. BTW You're famous, in a way, here in China, helps many people, mostly students and lazy guys like me:) Thanks again.
conda install tensorflow-mkl -c anaconda
Usually I demonstrate some tech for non-professionals. My laptop has i5-1035g1 on board, which supports avx-512, and nvidia mx350. I would like to try tf with avx-512 for comparing with gpu version. Thank you.