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/07/17 00:47:54 UTC

[GitHub] [incubator-tvm] anijain2305 opened a new pull request #6084: [Flaky] TFLite quantized conv test

anijain2305 opened a new pull request #6084:
URL: https://github.com/apache/incubator-tvm/pull/6084


   @tqchen 
   Issue - https://github.com/apache/incubator-tvm/issues/6064
   
   The error earlier was for single element out of 3456 elements. I think this is because of rounding. For now, set the seed to 0 for deterministic randomness.
   
   ~~~
   E       Mismatched elements: 1 / 3456 (0.0289%)
   E       Max absolute difference: 0.06574249
   E       Max relative difference: 0.0147059
   E        x: array([[[ 5.193651,  4.864939,  4.470484, ...,  4.930681,  7.165924,
   E                 5.390878],
   E               [ 8.217802,  8.41503 ,  6.5085  , ...,  7.757606,  9.664136,...
   E        y: array([[[ 5.193651,  4.864939,  4.470485, ...,  4.930681,  7.165924,
   E                 5.390878],
   E               [ 8.217802,  8.41503 ,  6.508499, ...,  7.757606,  9.664135,...
   ~~~
   


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



[GitHub] [incubator-tvm] tqchen merged pull request #6084: [Flaky] TFLite quantized conv test

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #6084:
URL: https://github.com/apache/incubator-tvm/pull/6084


   


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



[GitHub] [incubator-tvm] tqchen commented on pull request #6084: [Flaky] TFLite quantized conv test

Posted by GitBox <gi...@apache.org>.
tqchen commented on pull request #6084:
URL: https://github.com/apache/incubator-tvm/pull/6084#issuecomment-661112672


   Ideally we should instead construct the test case to be reliable to the randomness and avoid reliance on the random seeds. Let us simply disable the flaky test for now knowing that they are not supported well.


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



[GitHub] [incubator-tvm] anijain2305 commented on pull request #6084: [Flaky] TFLite quantized conv test

Posted by GitBox <gi...@apache.org>.
anijain2305 commented on pull request #6084:
URL: https://github.com/apache/incubator-tvm/pull/6084#issuecomment-662818914


   @tqchen This is ready to go in!


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