How can I run keras models in matlab ?

15 vues (au cours des 30 derniers jours)
Abhishek Sharma
Abhishek Sharma le 26 Oct 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 commentaire
Tristan Milleville
Tristan Milleville le 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?

Connectez-vous pour commenter.

Réponse acceptée

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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by