how to use pre-trained keras model in simulink

1 view (last 30 days)
we have a pre-trained keras model and it works well in matlab when calling "importKerasNetwork" and also the "predict" function works well.
However, when I try to using the same function in the Matlab Function block in Simulink. The simulink could not work and throwed out an error "Error in default port dimensions function of S-function 'filename/control/MATLAB Function'. This function does not fully set the dimensions of output port 2"

Answers (1)

Sivylla Paraskevopoulou
Sivylla Paraskevopoulou on 9 May 2022
The example Classify Sequence of Images in Simulink with Imported TensorFlow Network and the blog post Bringing TensorFlow Models into MATLAB can guide on how to predict with an imported TensoFlow model in Simulink.

Categories

Find more on Programmatic Model Editing 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!