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/04/07 16:58:18 UTC

[GitHub] [tvm] grant-arm opened a new pull request, #10930: [microNPU] Fix bug in microNPU demo app

grant-arm opened a new pull request, #10930:
URL: https://github.com/apache/tvm/pull/10930

   The microNPU demo is failing to successfully classify images other than the one provided with the demo.
   This PR fixes a bug in convert_image.py where the uint8 range image was cast to int8 without subtracting 128 first.
   The demo is also updated to use an image that previously failed to be classified correctly but is now successfully classified.
   
   @manupa-arm @Mousius @leandron @areusch 
   


-- 
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] Mousius merged pull request #10930: [microNPU] Fix bug in microNPU demo app

Posted by GitBox <gi...@apache.org>.
Mousius merged PR #10930:
URL: https://github.com/apache/tvm/pull/10930


-- 
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] grant-arm commented on pull request #10930: [microNPU] Fix bug in microNPU demo app

Posted by GitBox <gi...@apache.org>.
grant-arm commented on PR #10930:
URL: https://github.com/apache/tvm/pull/10930#issuecomment-1092615018

   Thanks @Mousius! Credit for finding and fixing the bug actually goes to @Burton2000 though.


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