Is it possible to save (and load) a trained LSTM network to generate C code out of it ?
3 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Surendar M
2018-10-4
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!