deep learning multiple cpus
古いコメントを表示
When I was training with the instruction “trainNetwrok”, it showed that I used one cpu, but I wanted to use multiple cpus.(Like using two)How can i do it?
回答 (1 件)
Srivardhan Gadila
2020 年 4 月 29 日
0 投票
In the trainingOptions mention the name value pair arguments 'ExecutionEnvironment','parallel'. Make sure that you have installed Parallel Computing Toolbox inorder to use parallel pool of CPU workers.
カテゴリ
ヘルプ センター および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!