How to convert Matlab example "Speech Command Recognition Using Deep Learning" into C code using Matlab Coder.
9 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Walter Roberson
am 21 Dez. 2018
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 Kommentar
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!