You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2020/09/17 03:32:39 UTC

[incubator-tvm] branch master updated (8843e76 -> 8b4ca61)

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

masahi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from 8843e76  [TUTORIAL][ANSOR] Using the template-free auto-scheduler on CPU (#6488)
     add 8b4ca61  [Frontend][Pytorch] Improve Pytorch frontend for object detection models (#6449)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/frontend/pytorch.py               | 606 ++++++++++++++++-----
 tests/python/frontend/pytorch/test_forward.py      |  87 ++-
 .../frontend/pytorch/test_object_detection.py      | 139 +++++
 3 files changed, 688 insertions(+), 144 deletions(-)
 create mode 100644 tests/python/frontend/pytorch/test_object_detection.py