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!