How to convert Matlab example "Speech Command Recognition Using Deep Learning" into C code using Matlab Coder.
Mostrar comentarios más antiguos
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"?


Respuestas (1)
Walter Roberson
el 21 de Dic. de 2018
0 votos
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 comentario
Wayne Chang
el 21 de Dic. de 2018
Editada: Wayne Chang
el 21 de Dic. de 2018
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!