How can I run keras models in matlab ?

15 Ansichten (letzte 30 Tage)
Abhishek Sharma
Abhishek Sharma am 26 Okt. 2020
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 Kommentar
Tristan Milleville
Tristan Milleville am 13 Nov. 2022
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?

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Srivardhan Gadila
Srivardhan Gadila am 30 Okt. 2020
Import the network into MATLAB using importKerasLayers, then replace any unsupported layers with custom layers.
  1 Kommentar
Tristan Milleville
Tristan Milleville am 13 Nov. 2022
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?

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by