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?

Respuestas (1)

Srivardhan Gadila
Srivardhan Gadila el 29 de Abr. de 2020

0 votos

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.

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Preguntada:

el 27 de Abr. de 2020

Respondida:

el 29 de Abr. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by