face_recognition
face_recognition copied to clipboard
How do i run this code with tensorflow CPU instead of gpu?
I have Win 10 Core i7 system without any special GPU. Now i want to run this code on tensorflow CPU verison.
Is it possible? if so what are the changes I need to do in the code?
thanks
@SaddamBInSyed Whether tensorflow code runs in GPU or CPU depends on which version you have installed.If you installed CPU version, code will run in CPU.No need to change code.