deep learning multiple cpus

16 次查看(过去 30 天)
jiahao chen
jiahao chen 2020-4-27
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
Srivardhan Gadila 2020-4-29
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.

类别

Help CenterFile Exchange 中查找有关 Parallel and Cloud 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by