The deep network quantizer cannot be used, please see the picture for details?
조회 수: 2 (최근 30일)
이전 댓글 표시

채택된 답변
Sayan Saha
2021년 12월 29일
Hi Xiao,
It looks like you are using "MinGW" as the C++ compiler. Unfortunately, quantization workflow does not support "MinGW" at the moment as mentioned in https://www.mathworks.com/help/deeplearning/ug/quantization-workflow-prerequisites.html. You can use a compiler provided by Microsoft (Microsoft Visual C++ 2017 or Microsoft Visual C++ 2015.) instead.
~Sayan
댓글 수: 5
Sayan Saha
2022년 5월 12일
You likely do not have Microsoft Visual compiler installed in your machine. If you do, but "mex -setup C++" is not able to locate it, then please raise a technical support case from https://www.mathworks.com/support/contact_us.html
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!