face_recognition icon indicating copy to clipboard operation
face_recognition copied to clipboard

How do i run this code with tensorflow CPU instead of gpu?

Open SaddamBInSyed opened this issue 6 years ago • 1 comments

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 avatar Jun 27 '19 12:06 SaddamBInSyed

@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.

cryer avatar Jun 30 '19 03:06 cryer