hardware resources for training deep neural network
5 ビュー (過去 30 日間)
古いコメントを表示
Andrea Bonfante
2020 年 2 月 10 日
コメント済み: shivan artosh
2020 年 10 月 5 日
Hello,
I would like to perform training using multiple CPU, for each call of the function trainNetwork().
According to the documentation, I have specified in ExecutionEnvironment = 'parallel'; to use the local parallel pool.
However, during training, the current trace appears "Training on single CPU", which I suppose indicates that is using only one CPU.
Is it supported multiple CPU training? If so, do you have any suggestion on how to modify the parameters to support multiple CPU training?
Is there any conflict with parfor instruction?
Thanks in advance for your help.
All the best.
0 件のコメント
採用された回答
Srivardhan Gadila
2020 年 2 月 13 日
3 件のコメント
Srivardhan Gadila
2020 年 5 月 5 日
I would suggest you to set ExecutionEnvironment = 'parallel' in trainingOptions and train the network instead of parfor.
shivan artosh
2020 年 10 月 5 日
Hello Mr.
i need to use multiple CPU instead of hardware resource: single CPU in order to speed the network up, so do you have any suggestion for me?
thanks
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Parallel and Cloud についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!