MATLAB: GPU device with compute capability 3.0 or higher.

gpu compute capabilityMATLAB

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.

Best Answer

Do you have a 2nd GPU, e.g., for display only? Make sure the toolbox is using the GTX1050, and not your display card.
Related Question