Is it possible to save (and load) a trained LSTM network to generate C code out of it ?

4 ビュー (過去 30 日間)
Andrea Hollenbach
Andrea Hollenbach 2018 年 6 月 28 日
回答済み: Surendar M 2018 年 10 月 4 日
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)

回答 (1 件)

Surendar M
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

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by