Using experiment manager on single GPU
2 ビュー (過去 30 日間)
古いコメントを表示
Hi, I’m training CNNs with various architectures and hyperparameters using experiment manager. What is the intended execution mode if I train it on single GPU (NVIDIA A5500)? Is it just sequential execution mode running in GPU execution environment? Or should I experiment with parallel execution mode even though I have only single GPU? Thank you for any advice!
0 件のコメント
回答 (1 件)
Joss Knight
2023 年 6 月 15 日
It does depend on the balance of CPU and GPU work in your experiment, but as a general rule parallel execution will gain you nothing while making you more likely to exhaust GPU memory.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!