Is there anyway to use tensorflow-gpu with intel(r) hd graphics 520?

瘦欲@ 提交于 2019-12-22 03:43:24

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!