How can I run keras models in matlab ?

조회 수: 18 (최근 30일)
Abhishek Sharma
Abhishek Sharma 2020년 10월 26일
댓글: Tristan Milleville 2022년 11월 13일
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
Tristan Milleville
Tristan Milleville 2022년 11월 13일
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?

댓글을 달려면 로그인하십시오.

채택된 답변

Srivardhan Gadila
Srivardhan Gadila 2020년 10월 30일
Import the network into MATLAB using importKerasLayers, then replace any unsupported layers with custom layers.
  댓글 수: 1
Tristan Milleville
Tristan Milleville 2022년 11월 13일
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?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by