Workaround for Parallel Computing with LSTM

5 ビュー (過去 30 日間)
Aditya Jain
Aditya Jain 2020 年 6 月 5 日
コメント済み: Norman-Raul Gorek 2023 年 3 月 21 日
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.

採用された回答

Madhav Thakker
Madhav Thakker 2020 年 12 月 29 日
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 件のコメント
ThomasP
ThomasP 2022 年 2 月 3 日
Hi,
a year passed, is there a workaround now?
Norman-Raul Gorek
Norman-Raul Gorek 2023 年 3 月 21 日
Hey, two years have passed, still nothing?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeParallel and Cloud についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by