I get an error when I set " 'execution​Environmen​t','parall​el' " using LSTM layer

3 visualizaciones (últimos 30 días)
I'm trying to train my network using the 31 workers I have on my local station (CPUs). Whenever I set the training option, "ExecutionEnvironment','Auto'"; I get this error: parallel does not support LSTM layer. I use LSTM layer in my network. Is there anyway to run the training job faster if I'm using LSTM layer ?

Respuestas (1)

Madhav Thakker
Madhav Thakker el 29 de Dic. de 2020
Hi Ammar,
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.

Categorías

Más información sobre Image Data Workflows 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