Error GAN in matlab 2019b ?
Show older comments
hi every one
I want to use Gan in matlab, at first i see and download GAN at (github) and when i ran that code this error appeared that " nvcuda.dll " not found. then i downloaded it and pasted at my matlab driver. again whan i want to run that code this error appeared that " Unable to find supported GPU device. For more information on GPU support, see GPU Support by Release. "
is anyone that has had this problem before and how solved it??
thanks alot
2 Comments
Walter Roberson
on 11 Jun 2022
What kind of GPU do you have installed?
Mili Kian
on 11 Jun 2022
Answers (1)
Walter Roberson
on 11 Jun 2022
0 votes
MATLAB GPU processing supports only NVIDIA, not AMD. As far as I can tell, there are no active plans to support AMD GPUs.
2 Comments
Mili Kian
on 16 Jun 2022
Walter Roberson
on 16 Jun 2022
Mathwork's GAN support in Deep Learning Toolbox https://www.mathworks.com/help/deeplearning/ug/train-generative-adversarial-network.html supports both CPU and NVIDIA GPU (though possibly some kinds of network are only supported on one or the other but not both.)
MATLAB does not support using AMD GPU for computation of any kind.
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!