I get an error when I set " 'executionEnvironment','parallel' " using LSTM layer
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 ?
0 commentaires
Réponses (1)
Madhav Thakker
le 29 Déc 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.
0 commentaires
Voir également
Catégories
En savoir plus sur Parallel and Cloud dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!