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 2021/06/08 21:37:16 UTC

[GitHub] [tvm] masahi edited a comment on issue #8140: [TEST][FLAKY] tests/python/frontend/tensorflow/test_forward.py::test_forward_combined_nms

masahi edited a comment on issue #8140:
URL: https://github.com/apache/tvm/issues/8140#issuecomment-857175926


   The reproduction I got locally was due to a tie in scores. The top 2 scores have identical scores but the order is swapped between TF / TVM:
   
   ```
   Mismatched elements: 8 / 256 (3.12%)
   Max absolute difference: 1.8291236
   Max relative difference: 21.120028
    x: array([[[ 0.613913, -0.086606,  0.650708,  0.433798],
           [ 0.398791,  1.742517,  1.710477,  0.569614],
           [ 0.736459,  0.409182,  0.026915, -0.968162],...
    y: array([[[ 0.398791,  1.742517,  1.710477,  0.569614],
           [ 0.613913, -0.086606,  0.650708,  0.433798],
           [ 0.736459,  0.409182,  0.026915, -0.968162],...
   ```
   
   @trevor-m I wouldn't call it a bug, since neither TF or ONNX specifies what the order should be when there is a tie.


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