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 2022/05/25 08:00:36 UTC

[GitHub] [tvm] wangzhenyu32 opened a new issue, #11451: [Bug] not implemented: ['quantized::leaky_relu']

wangzhenyu32 opened a new issue, #11451:
URL: https://github.com/apache/tvm/issues/11451

   
   ### Expected behavior
   
   expect to support qunatize leaky_relu  when using relay.frontend.from_pytorch import a qat model
   
   ### Environment
   
   tvm branch main for x86
   
   ### Steps to reproduce
       mod, params = relay.frontend.from_pytorch(jit_model, input_shapes)
     File "/root/test/tvm/python/tvm/relay/frontend/pytorch.py", line 4070, in from_pytorch
       converter.report_missing_conversion(op_names)
     File "/root/test/tvm/python/tvm/relay/frontend/pytorch.py", line 3275, in report_missing_conversion
       raise NotImplementedError(msg)
   NotImplementedError: The following operators are not implemented: ['quantized::leaky_relu']
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] wangzhenyu32 commented on issue #11451: [PyTorch] not implemented: ['quantized::leaky_relu']

Posted by GitBox <gi...@apache.org>.
wangzhenyu32 commented on issue #11451:
URL: https://github.com/apache/tvm/issues/11451#issuecomment-1155881951

   > Hi,
   > 
   > Can you provide us a reproduction for this problem? Do you have your own model for reproducing?
   > 
   > @wangzhenyu32
   
   Reproduction for this problem:
   step1: train a model use pytorch include a leaky_relu activation func.
   step2: qat for the trained model.
   step3: import the qat model to tvm frontend
   So sorry, I can't provide a model to test, because some reasons.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] petuca commented on issue #11451: [PyTorch] not implemented: ['quantized::leaky_relu']

Posted by GitBox <gi...@apache.org>.
petuca commented on issue #11451:
URL: https://github.com/apache/tvm/issues/11451#issuecomment-1173524266

   Hi,
   
   This issue is already solved in PR #11729.
   
   @alejandroarmas  


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] petuca commented on issue #11451: [PyTorch] not implemented: ['quantized::leaky_relu']

Posted by GitBox <gi...@apache.org>.
petuca commented on issue #11451:
URL: https://github.com/apache/tvm/issues/11451#issuecomment-1148413855

   Hi,
   
   Can you provide us a reproduction for this problem? Do you have your own model for reproducing?
   
   @wangzhenyu32 


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] alejandroarmas commented on issue #11451: [PyTorch] not implemented: ['quantized::leaky_relu']

Posted by GitBox <gi...@apache.org>.
alejandroarmas commented on issue #11451:
URL: https://github.com/apache/tvm/issues/11451#issuecomment-1171400022

   @petuca @yuanfz98 Hello would this be a good first contribution to make? Thank you!


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org