Importing Keras model to Matlab: LSTM layers is not yet supported.

2 ビュー (過去 30 日間)
Ajpaezm
Ajpaezm 2019 年 1 月 29 日
回答済み: Don Mathis 2019 年 1 月 31 日
I have a .h5 file I want to upload to Matlab using the import tool for TensorFlow in matlab, like this:
layers = importKerasLayers('myModel.h5');
But I get the following error:
Option to import Keras networks containing LSTM layers is not yet supported.
Error in NN_model (line 2)
layers = importKerasLayers('myModel.h5');
I've tried this in 2018a, and apperantly all layers related to LSTM are available in this version after the toolbox is downloaded, but I keep getting the error.
Is there any workaround to solve this? What could be causing the error?

回答 (1 件)

Don Mathis
Don Mathis 2019 年 1 月 31 日
Support for importing LSTM layers from Keras started in R2018b.

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by