Borrar filtros
Borrar filtros

Error using function 'Predict/MLFB' (#88.48.221)

12 visualizaciones (últimos 30 días)
Giovanni
Giovanni el 21 de Nov. de 2023
Comentada: Giovanni el 24 de Nov. de 2023
I am trying to use a NN, which I pretrained and saved in a .mat file, in simulink (please see the figure attached). My objective is to deploy a block that uses a pretrained network to perform a regression on a random scalar, and then see it on a X,Ygraph.
However, I am getting the following error:
Index exceeds the number of array elements (1). Function 'Predict/MLFB' (#88.48.221), line 2, column 11: "deep.blocks.internal.deepNetwork({in_1}, {size(in_1)}, 'MMT/Predict', 'C:\Users\" Launch diagnostic report.
I am attaching also the files, so that you can launch this very simple model and tell me what is wrong.
Best regards,
Giovanni

Respuestas (1)

Ruth
Ruth el 22 de Nov. de 2023
Dear Giovanni,
Thank you for your question and sharing your model.
This is a known issue related to the Predict block that was resolved in R2021a. You can avoid the error by upgrading to MATLAB R2021a or later.
If you are not able to upgrade, you can workaround the issue in R2020b by calling a wrapper predict function from a MATLAB Function Block. This wrapper function loads the network and calls predict. However, this will not be suitable for deployment workflows. I have attached a Simulink model to demonstrate this workflow.
Apologies for any inconvience this may have caused, please let me know if you have any further questions.
Best wishes,
Ruth
  1 comentario
Giovanni
Giovanni el 24 de Nov. de 2023
Dear Ruth,
thank you for your prompt answer. I'll update my version of MATLAB.
Best wishes, Giovanni

Iniciar sesión para comentar.

Categorías

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

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by