How can I use parallel computing to train multiple different regression models using multiple GPUs?
2 ビュー (過去 30 日間)
古いコメントを表示
Matlab on my linux device allows training of multiple different models when i use "Regression Learner toolbox". My device can run upto 6 workers.
I have tried to write a script to do the same using "parfor". However, the training process stops without showing any error or yoelding results.
Is there any script code that can work similar to parallel learnining in "Regression Learner toolbox" ?
0 件のコメント
回答 (1 件)
Prateek
2023 年 1 月 4 日
Hello Azem,
There are ways to utilize multiple GPUs with MATLAB. Please refer to this link for the details: How can I use multiple GPUs concurrently from MATLAB? - MATLAB Answers - MATLAB Central (mathworks.com)
Hope this helps.
Regards,
Prateek
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Classification Ensembles についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!