error of GPU, net = trainNetwork(datastore, lgraph, options);
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Yongwon Jang
am 8 Nov. 2023
Kommentiert: Yongwon Jang
am 4 Jan. 2024
net = trainNetwork(datastore, lgraph, options);
in the options, ExecutionEnvironment = 'multi-gpu' (I have 2 GPUs)
When run above command, the error occurs like below.
Can you help me what happened?
2 Kommentare
Angelo Yeo
am 13 Nov. 2023
This should be an issue of graphics, not solely of GPU. Can you please contact Technical Support regarding the issue?
Akzeptierte Antwort
Joss Knight
am 3 Jan. 2024
You are using your display GPU for computation and it does not have enough capacity. Try disabling all hardware acceleration for your graphics.
Weitere Antworten (0)
Siehe auch
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!