anijain2305 commented on issue #5362: [Tutorial - QNN] Prequantized MXNet model 
compilation.
URL: https://github.com/apache/incubator-tvm/pull/5362#issuecomment-616037285
 
 
   @tqchen This tutorial requires `mxnet-mkl` package.
   
   Currently, the CI failure is
   
   ~~~
     File "/usr/local/lib/python3.6/dist-packages/sphinx_gallery/gen_rst.py", 
line 480, in _memory_usage
   
       out = func()
   
     File "/usr/local/lib/python3.6/dist-packages/sphinx_gallery/gen_rst.py", 
line 465, in __call__
   
       exec(self.code, self.globals)
   
     File "/workspace/tutorials/frontend/deploy_prequantized_mxnet.py", line 
46, in <module>
   
       from mxnet.contrib.quantization import quantize_model_mkldnn
   
   ImportError: cannot import name 'quantize_model_mkldnn'
   ~~~
   
   There is no workaround here, I am using MXNet-MKL quantizer to quantize the 
model.
   
   If we want to have this tutorial anyways, I can wrap the tutorial into a 
function and comment its invocation. And once in future, we have the package, I 
can remove the comment.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to