The deep network quantizer cannot be used, please see the picture for details?

 Accepted Answer

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 Comments

Please tell me how to choose Microsoft (Microsoft Visual C++ 2017 instead of MinGW C++ compiler ? Thanks
Thanks for the reply. But exactly as you say, I'm trying to choose MS compiler, but a message comes out that for C++ matlab finds only WinMG64 compiler, which is not supported by the quantization APP.
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

Sign in to comment.

More Answers (0)

Categories

Find more on Application Deployment in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!