How to convert Matlab example "Speech Command Recognition Using Deep Learning" into C code using Matlab Coder.
9 次查看(过去 30 天)
显示 更早的评论
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"?


0 个评论
回答(1 个)
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 .
另请参阅
类别
在 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!