How to convert Matlab example "Speech Command Recognition Using Deep Learning" into C code using Matlab Coder.

Hi,
Using "Matlab Coder" to convert the MATLAB example "Speech Command Recognition Using Deep Learning" into C code occurs "many not supported function issues".
Anything's help?
How do I convert to C code the MATLAB example "Speech Command Recognition Using Deep Learning"?

回答 (1 件)

Walter Roberson
Walter Roberson 2018 年 12 月 21 日
You cannot .
Training deep networks is not supported in compiled code.
What is supported is training aa network at the MATLAB level and saving the network . Compiled code can load the network and use it to classify or forecast .

1 件のコメント

Wayne Chang
Wayne Chang 2018 年 12 月 21 日
編集済み: Wayne Chang 2018 年 12 月 21 日
Thanks your comments.
It seems like i have successfully load network using "code.load", but occur some error when i generate it.
Can you provide some tutorial or some example using network in C?
Thanks for your help.

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

カテゴリ

ヘルプ センター および File ExchangeDeep Learning Toolbox についてさらに検索

質問済み:

2018 年 12 月 21 日

編集済み:

2018 年 12 月 21 日

Community Treasure Hunt

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

Start Hunting!

Translated by