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.
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!