How to convert Matlab example "Speech Command Recognition Using Deep Learning" into C code using Matlab Coder.
조회 수: 5 (최근 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!