Workaround for Parallel Computing with LSTM

5 visualizaciones (últimos 30 días)
Aditya Jain
Aditya Jain el 5 de Jun. de 2020
Comentada: Norman-Raul Gorek el 21 de Mzo. de 2023
At the moment, I am unable to train LSTMs on MATLAB with a parallel pool. MATLAB says it does not seem to support a parallel environment execution when training LSTM networks. Are there any suggestions as to what can be done to workaround this? Perhaps a very similar type of network that does support parallel computing?
My team is deciding on whether or not to switch to Tensorflow and leave MATLAB due to this limitation. Is there any APIs or Toolboxes that can be used to use parallel pools with RNNs + LSTMs?
Thanks.

Respuesta aceptada

Madhav Thakker
Madhav Thakker el 29 de Dic. de 2020
Hi Aditya,
Using multiple workers are not yet supported for LSTMs or recurrent networks. Unfortunately, there is no workaround for training recurrent neural networks like LSTM in parallel. The developers are aware of this behaviour and will try to provide a workaround in future releases.
Hope this helps.
  2 comentarios
ThomasP
ThomasP el 3 de Feb. de 2022
Hi,
a year passed, is there a workaround now?
Norman-Raul Gorek
Norman-Raul Gorek el 21 de Mzo. de 2023
Hey, two years have passed, still nothing?

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Parallel and Cloud en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by