问题
I am working on my master's project which uses keras and tensorflow backend .I have intel(r) hd graphics 520 ,So I am not able to use tensorflow-gpu. The cpu version is working fine .Is there any way to use tensorflow-gpu with the intel(r) hd graphics 520?
回答1:
Tensorflow GPU support needs Nvidia Cuda
and CuDNN
packages installed. For GPU
accelerated training you will need a dedicated GPU
. Intel
onboard graphics can't be used for that purpose.
You can see full requirements for tensorflow-gpu
here
来源:https://stackoverflow.com/questions/47399802/is-there-anyway-to-use-tensorflow-gpu-with-intelr-hd-graphics-520