error of GPU, net = trainNetwork(datastore, lgraph, options);
1 回表示 (過去 30 日間)
古いコメントを表示
net = trainNetwork(datastore, lgraph, options);
in the options, ExecutionEnvironment = 'multi-gpu' (I have 2 GPUs)
When run above command, the error occurs like below.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1533102/image.png)
Can you help me what happened?
2 件のコメント
Angelo Yeo
2023 年 11 月 13 日
This should be an issue of graphics, not solely of GPU. Can you please contact Technical Support regarding the issue?
採用された回答
Joss Knight
2024 年 1 月 3 日
You are using your display GPU for computation and it does not have enough capacity. Try disabling all hardware acceleration for your graphics.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で GPU Computing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!