The "Deep Network Quantizer" app is not working
    4 views (last 30 days)
  
       Show older comments
    
    Ali Al-Saegh
 on 12 Jan 2021
  
    
    
    
    
    Commented: Darrien Walters
 on 31 Mar 2021
            I installed the  Deep Learning Toolbox Model Quantization Library on Matlab 2020a. After launching the Deep Network Quantizer app and hitting New button, I get the error message shown in the image. 

the results of 
coder.checkGpuInstall
 is: 
Compatible GPU           : PASSED 
CUDA Environment         : PASSED 
	Runtime   : PASSED 
	cuFFT     : PASSED 
	cuSOLVER  : PASSED 
	cuBLAS    : PASSED 
cuDNN Environment        : PASSED (Warning: Deep learning code generation has been tested with cuDNN v7.5. The provided cuDNN library v8.0 may not be fully compatible.)
Basic Code Generation    : FAILED (Test GPU code generation failed with the error 'emlc:compilationError'. View report for further information: View report)
ans = 
  struct with fields:
                 gpu: 1
                cuda: 1
               cudnn: 1
            tensorrt: 0
        basiccodegen: 0
       basiccodeexec: 0
         deepcodegen: 0
        deepcodeexec: 0
    tensorrtdatatype: 0
           profiling: 0
the result of 
gpuDevice
is:
            CUDADevice with properties:
                      Name: 'GeForce GTX 1660 SUPER'
                     Index: 1
         ComputeCapability: '7.5'
            SupportsDouble: 1
             DriverVersion: 11.2000
            ToolkitVersion: 10.1000
        MaxThreadsPerBlock: 1024
          MaxShmemPerBlock: 49152
        MaxThreadBlockSize: [1024 1024 64]
               MaxGridSize: [2.1475e+09 65535 65535]
                 SIMDWidth: 32
               TotalMemory: 6.4425e+09
           AvailableMemory: 5.2730e+09
       MultiprocessorCount: 22
              ClockRateKHz: 1800000
               ComputeMode: 'Default'
      GPUOverlapsTransfers: 1
    KernelExecutionTimeout: 1
          CanMapHostMemory: 1
           DeviceSupported: 1
            DeviceSelected: 1
The GPU Coder Interface for Deep Learning Libraries is installed as well.
I am using Window 10.
Please help in solving this problem.
0 Comments
Accepted Answer
  Cris LaPierre
    
      
 on 12 Jan 2021
        If you have download or installation problems, please contact Technical Support - www.mathworks.com/contact_ts
1 Comment
  Darrien Walters
 on 31 Mar 2021
				I believe i have all the prerequisites installed however when i load my network into the workspace and open the app my network does not appear as an option to select
More Answers (0)
See Also
Categories
				Find more on Get Started with GPU Coder 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!

