How can I run keras models in matlab ?

15 ビュー (過去 30 日間)
Abhishek Sharma
Abhishek Sharma 2020 年 10 月 26 日
コメント済み: Tristan Milleville 2022 年 11 月 13 日
Currently, MATLAB supports very few configurations of it; therefore, I cannot run my multilayer LSTM model on MATLAB, which I have trained in Tensorflow using Keras API.
  1 件のコメント
Tristan Milleville
Tristan Milleville 2022 年 11 月 13 日
I have the same problem. I keep getting the error 'Keras network with multiple inputs or multiple outputs is not supported when one of the network inputs is sequential'. Does anyone know how to solve this or is there any other way to import a model into matlab?

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

採用された回答

Srivardhan Gadila
Srivardhan Gadila 2020 年 10 月 30 日
Import the network into MATLAB using importKerasLayers, then replace any unsupported layers with custom layers.
  1 件のコメント
Tristan Milleville
Tristan Milleville 2022 年 11 月 13 日
I keep getting the error 'Keras network with multiple inputs or multiple outputs is not supported when one of the network inputs is sequential'. Does anyone know how to solve this or is there any other way to import a model into matlab?

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by