How can I run keras models in matlab ?

15 visualizzazioni (ultimi 30 giorni)
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 Commento
Tristan Milleville
Tristan Milleville il 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?

Accedi per commentare.

Risposta accettata

Srivardhan Gadila
Srivardhan Gadila il 30 Ott 2020
Import the network into MATLAB using importKerasLayers, then replace any unsupported layers with custom layers.
  1 Commento
Tristan Milleville
Tristan Milleville il 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?

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Deep Learning Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by