deep learning multiple cpus

24 views (last 30 days)
jiahao chen
jiahao chen on 27 Apr 2020
Answered: Srivardhan Gadila on 29 Apr 2020
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?

Answers (1)

Srivardhan Gadila
Srivardhan Gadila on 29 Apr 2020
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.
Refer to Hardware Options for detailed information.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!