Incorporate Keras Network WITH LSTM Layer
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (2)
Sivylla Paraskevopoulou
il 12 Feb 2021
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 Commenti
Phan Phat
il 28 Nov 2021
Could you tell more detail about how to import the LSTM model on MATLAB? I used importKerasNetwork; however, seem does not work. Thanks!
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/816189/image.png)
1 Commento
David Willingham
il 30 Nov 2021
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.
Vedere anche
Categorie
Scopri di più su Image Data Workflows in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!