GPU device with compute capability 3.0 or higher.

I use deep-learning toolbox, running matlab with Graphic Processor GTX1050, the compute capability is 6.1,but when excute options = trainingOptions('ExecutionEnvironment','gpu'); the matlab print:GPU support for convolutional neural networks requires a GPU device with compute capability 3.0 or higher.

 Accepted Answer

Matt J
Matt J on 25 Apr 2019
Edited: Matt J on 25 Apr 2019
Do you have a 2nd GPU, e.g., for display only? Make sure the toolbox is using the GTX1050, and not your display card.

1 Comment

thank you for helping me find the graphics driver is too old

Sign in to comment.

More Answers (0)

Products

Release

R2019a

Asked:

on 25 Apr 2019

Commented:

on 26 Apr 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!