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/09/21 10:50:26 UTC

[GitHub] [tvm] oviazlo opened a new pull request, #12857: [frontend][pytorch] Add a new test case for torch aten::fill_ operator implementation

oviazlo opened a new pull request, #12857:
URL: https://github.com/apache/tvm/pull/12857

   Add a new test case for torch `aten::fill_` operator implementation.
   
   This new test is testing a case of usage of a sequence of operators aten::div() and aten::fill_() that was causing a failure during the deployment of Mask R-CNN model (torchvision 0.13.0 version of the model).
   
   Issue: #12844 


-- 
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] oviazlo commented on pull request #12857: [frontend][pytorch] Add a new test case for torch aten::fill_ operator implementation

Posted by GitBox <gi...@apache.org>.
oviazlo commented on PR #12857:
URL: https://github.com/apache/tvm/pull/12857#issuecomment-1254124247

   Thanks for the comment. I have included yours changes as well to the PR. 


-- 
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] masahi commented on pull request #12857: [frontend][pytorch] Add a new test case for torch aten::fill_ operator implementation

Posted by GitBox <gi...@apache.org>.
masahi commented on PR #12857:
URL: https://github.com/apache/tvm/pull/12857#issuecomment-1254110248

   You need to include my change in `frontend/pytorch.py` from https://github.com/apache/tvm/issues/12844 as 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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] masahi merged pull request #12857: [frontend][pytorch] Add a new test case for torch aten::fill_ operator implementation

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


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