Error using parallel-cpu with trainnet function

19 visualizaciones (últimos 30 días)
Ramiro
Ramiro el 21 de Nov. de 2024 a las 21:34
Comentada: Ramiro el 22 de Nov. de 2024 a las 13:00
Hi, I got this error when trying to train a neural network using the trainnet function. The first time I trained the network everything works fine, but when I tried to use validation data I got an error. Then I tried to retrain the network without validation data but I got this error:
Error detected on worker 3.
net = train(trainer, net, mbq);
Error in trainnet (line 42)
[net,info] = deep.internal.train.trainnet(mbq, net, loss, options, ...
Caused by:
Out of Memory during deserialization
I have deleted the Jobs of the cluster but nothing worked.
Can anybody help me to solve the issue?
  2 comentarios
Saurabh
Saurabh el 22 de Nov. de 2024 a las 5:04
Hi @Ramiro,
Could you please share the details regarding the neural network and the memory allocation per worker? The minimum required memory is 4GB, with 8GB recommended. To optimize performance, consider increasing the memory available to each worker, which can typically be achieved by running fewer workers per compute node.
Ramiro
Ramiro el 22 de Nov. de 2024 a las 13:00
Hi @Saurabh, I have attached the files of the source code.
Regards
Ramiro

Iniciar sesión para comentar.

Respuestas (0)

Productos


Versión

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by