无论如何,是否可以将tensorflow-gpu与intel(r)hd graphics 520一起使用?
问题描述:
我正在使用keras和tensorflow后端的硕士项目中工作.我有intel(r)hd graphics 520,所以我无法使用tensorflow-gpu. cpu版本工作正常.是否可以将tensorflow-gpu与intel(r)hd graphics 520一起使用?
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?
答
Tensorflow GPU支持需要安装Nvidia Cuda
和CuDNN
软件包.对于GPU
加速培训,您将需要专用的GPU
. Intel
板载图形不能用于此目的.
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.
您可以在tensorflow-gpu
此处