How can I solve "Error using gpuArray"
Mostra commenti meno recenti
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 Commenti
Joss Knight
il 3 Gen 2017
You'll need to provide more detail about your environment to help us reproduce this issue. What is your GPU, OS, CPU etc.
nancy mehta
il 15 Lug 2019
try restarting your pc
Ricardo de Azevedo
il 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)
Risposte (3)
Joss Knight
il 24 Dic 2016
0 voti
1 Commento
Feyzanur Saglam
il 25 Dic 2016
Modificato: Feyzanur Saglam
il 25 Dic 2016
Marius Bledea
il 26 Apr 2020
Modificato: Walter Roberson
il 29 Apr 2020
0 voti
Categorie
Scopri di più su GPU Computing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!