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/11/23 09:19:45 UTC

[GitHub] [tvm] honghuichao opened a new issue, #13477: [Bug] about qnn and FQ2I

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

   when I run FQ2I,some data consistency check failed. the network has such structure:
   
   **quantize(int8) +dequantize+add+mul+quantize(int8);
   
   and after run FQ2I, the stucture will convert to: **quantize+qnn.add(int8)+qnn.mul(int8)+quantize;
   
   and the output scale of qnn.add fetch from the last quantize node, I thik it wrong. and the correct is from the input scale of qnn.add,and the output type of qnn.add should be int32. if the output type of qnn.add is “int8”,and the range of data is insufficiency.
   


-- 
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] masahi commented on issue #13477: [Bug] about qnn and FQ2I

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

   Can you post a reproducible script?


-- 
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] masahi closed issue #13477: [Bug] about qnn and FQ2I

Posted by GitBox <gi...@apache.org>.
masahi closed issue #13477: [Bug] about qnn and FQ2I
URL: https://github.com/apache/tvm/issues/13477


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