Stateful predict block failed to evaluate mask initial commands

5 ビュー (過去 30 日間)
MUSKAN
MUSKAN 2024 年 5 月 10 日
コメント済み: MUSKAN 2024 年 5 月 11 日
this is the error showing up as soon as I run my model.
The recurrent neural network that I've used in this stateful predict block works completely fine on its own but when I use its MAT file in this block.. it ain't working.
what should I do

採用された回答

Lucas García
Lucas García 2024 年 5 月 10 日
A few questions:
  • What version of MATLAB are you using?
  • Can you provide more details on the network architecture?
  • What's the ouput of running analyzeNetworkForCodegen?
Thanks,
Lucas
  3 件のコメント
Lucas García
Lucas García 2024 年 5 月 11 日
編集済み: Lucas García 2024 年 5 月 11 日

I see the issue now. The Stateful Predict block can only work with the modern framework in Deep Learning Toolbox (not the network object). One option might be to retrain the model by building it using layers in the Deep Network Designer app and using the trainnet function. If you wish to continue using the model you have trained as is, you may want to explore if using the gensim function succeeds at generating Simulink blocks for your network.

MUSKAN
MUSKAN 2024 年 5 月 11 日
well thank you so much @Lucas García !
gensim worked for me.
Thanks
regards

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

製品


リリース

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by