How can I solve "Error using gpuArray"

44 Ansichten (letzte 30 Tage)
Feyzanur Saglam
Feyzanur Saglam am 22 Dez. 2016
Bearbeitet: Walter Roberson am 29 Apr. 2020
Error using gpuArray
An unexpected error occurred during CUDA execution. The CUDA error was:
unspecified launch failure
Error in SeriesNetwork/activations (line 346)
X = gpuArray(X);
Error in Untitled (line 115)
trainingFeatures = activations(convnet, trainingSet, featureLayer, ...
.. My GPU is CUDA-capable NVIDIA and compute capability higher 3.0... But I could not solve this problem. I'm glad you helped me.
  3 Kommentare
nancy mehta
nancy mehta am 15 Jul. 2019
try restarting your pc
Ricardo de Azevedo
Ricardo de Azevedo am 21 Nov. 2019
I am facing the same problem now training an RNN and have tried both the TdrDelay to longer and the TdrLevel to 0.
Error:
Error using gpuArray/gatherAn unexpected error occurred during CUDA execution. The CUDA error was:CUDA_ERROR_LAUNCH_FAILED
The weird thing is the network trains for a while and then crashes, I can't really tell what triggers it.
(Using Matlab 2019b and latest NVIDIA drivers 441.20 for GTX 1080 Ti, Windows 10, i7-8700K)

Melden Sie sich an, um zu kommentieren.

Antworten (3)

Joss Knight
Joss Knight am 24 Dez. 2016
  1 Kommentar
Feyzanur Saglam
Feyzanur Saglam am 25 Dez. 2016
Bearbeitet: Feyzanur Saglam am 25 Dez. 2016
thank you for the answer..I havent got pascal card. And my card compute capability lower 6.0 but I dont know why this problem originated..

Melden Sie sich an, um zu kommentieren.


Yahya Zakaria mohamed
Yahya Zakaria mohamed am 29 Jun. 2017

Marius Bledea
Marius Bledea am 26 Apr. 2020
Bearbeitet: Walter Roberson am 29 Apr. 2020

Kategorien

Mehr zu GPU Computing finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by