C++ code generation for sequence to sequence LSTM fails
Afficher commentaires plus anciens
Hi guys,
I have trained a sequence to sequence LSTM network in R2019b. Now i want to generate C++ Code for said network via Matlab Coder.
When i try using codegen, I get the following error message:
"error generating code for network testLSTM_0. Code generation for SequenceInputLayer sequenceinput is not supported for arm-compute target. See documentation for a list of supported layers with each target."
This seems very weird to me since all layers in my network (including the SequenceInputLayer) are listed are listed as supported for arm-compute here.
Has anyone successfully generated C++ Code for a sequence to sequence LSTM and can help me with this? Thanks in advance.
2 commentaires
Darshan Ramakant Bhat
le 25 Août 2020
Have you looked at below answer, it looks related :
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur ARM Cortex-A Processors dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!