Incorporate Keras Network WITH LSTM Layer
2 ビュー (過去 30 日間)
古いコメントを表示
I have a compiled and trained networkmodel with an LSTM Layer, as .py or saved as .HDF5 using Keras with Tensorflowbackend. Is there a way to use it (give input, predict output) in Matlab? The importKerasLayer function seems not to work with LSTMs at all.
0 件のコメント
回答 (2 件)
Sivylla Paraskevopoulou
2021 年 2 月 12 日
What version are you using? Since R2018b, you can Import LSTM and BiLSTM layers from TensorFlow-Keras. For a list of support Keras layers see the documentation of importKerasNetwork and importKerasLayers functions. Also, note that importKerasNetwork or importKerasLayers support importing a TensorFlow-Keras network only in HDF5 or JSON format.
0 件のコメント
Phan Phat
2021 年 11 月 28 日
Could you tell more detail about how to import the LSTM model on MATLAB? I used importKerasNetwork; however, seem does not work. Thanks!
1 件のコメント
David Willingham
2021 年 11 月 30 日
Hi, I'd recommend using the importTensorFlowNetwork instead as it has more support for the layers that can be imported. Note: you'll need to update your Keras network to TensorFlow 2.0 in order to use this.
参考
カテゴリ
Help Center および File Exchange で Image Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!