You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by zh...@apache.org on 2021/01/13 01:34:41 UTC

[tvm] branch main updated (b5a7de8 -> 86479ba)

This is an automated email from the ASF dual-hosted git repository.

zhic pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from b5a7de8  Remove check_correctness in AutoTVM, which is busted (#7250)
     add 86479ba  [Torch] Restore class-aware NMS for detection models by graph rewrite (#7154)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/frontend/pytorch.py               |  14 +-
 python/tvm/relay/frontend/pytorch_utils.py         | 153 ++++++++++++++++++++-
 .../frontend/pytorch/test_object_detection.py      |  20 ++-
 3 files changed, 176 insertions(+), 11 deletions(-)