You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/04/19 05:21:44 UTC

[GitHub] [incubator-tvm] anijain2305 edited a comment on issue #5362: [Tutorial - QNN] Prequantized MXNet model compilation.

anijain2305 edited a comment 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 when 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:
users@infra.apache.org


With regards,
Apache Git Services