Is it possible to save (and load) a trained LSTM network to generate C code out of it ?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi, I have trained a LSTM SeriesNetwork for time series data and want to generate C code out of it to implement it on a hardware. But the only functions I found are loadCompactModels for classification model, compact regression model, or nearest neighbor searcher and genFunction for FF nets and narxnet, but not for LSTMs. Does anybody know how this is possible? Thanks (I'm using Matlab 2018a)
0 comentarios
Respuestas (1)
Surendar M
el 4 de Oct. de 2018
No. I am using 2018b. Please search with 'Deep Learning Networks and Layers Supported for C++ Code Generation' in Matlab documentation and you will find the layers that are supported in deep learning for C/C++ code generation. LSTM is not listed in it.
-Surendar
0 comentarios
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!