How can I run keras models in matlab ?

15 visualizaciones (últimos 30 días)
Abhishek Sharma
Abhishek Sharma el 26 de Oct. de 2020
Comentada: Tristan Milleville el 13 de Nov. de 2022
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 comentario
Tristan Milleville
Tristan Milleville el 13 de Nov. de 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?

Iniciar sesión para comentar.

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by