Training neural network using parallel computing on high-performance computing (HPC) cluster.

조회 수: 5 (최근 30일)
I am trying to train a neural network on a high-performance computing (HPC) cluster. When I use the option of parallel computing on my computer Matlab uses all the available cores to train the network. When I have many more cores in the cluster, I see the program is using only one core despite using parallel options for training a neural network. Can anyone know how to train a neural network on Matlab using multiple cores of a high-performance computing (HPC) cluster?

채택된 답변

David Willingham
David Willingham 2021년 5월 12일
Hi Pardhasai,
MATLAB Parallel Server enables you to access all the cores on a cluster. It handles all the back end scheduling and communication between the nodes on the cluser for you. Once setup, you simply select it from your Parallel Prefences in MATLAB.
Regards,
Deep Learning Product Manager

추가 답변 (0개)

카테고리

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