How can I run keras models in matlab ?

16 views (last 30 days)
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 Comment
Tristan Milleville
Tristan Milleville on 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?

Sign in to comment.

Accepted Answer

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

Sign in to comment.

More Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!