-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Relay] Adding _contrib_BilinearResize2D op from mxnet #2777
Conversation
da6985e
to
e2dbbf2
Compare
Thanks @Laurawly @srkreddy1238 @vinx13 I believe the comment has been addressed. Please confirm @srkreddy1238 |
@srkreddy1238 Can you update your review please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Laurawly.
Hey, @Laurawly I find this PR has some issue after my usage in MXNet (1.4.0). Firstly, MXNet resize_bilinear compute always Secondly, if we have network like so, for the scale_height / scale_width, maybe we should consider how to handle this situation, such as extend parameters to support it Thirdly, _op.nn.image's size accepts (output_height, output_width). not 4D (N, C, output_height, output_width). Could you make a new PR and write unit testing compared with MXNet? Thanks in advance. Wish you could reply, because it affects correctness! |
@FrozenGene Yes I also find the error. I'll send a PR accordingly. |
* adding _contrib_BilinearResize2D op from mxnet * error fixed * use resize instead of upsample
* adding _contrib_BilinearResize2D op from mxnet * error fixed * use resize instead of upsample
* error fixed * rename * solve conlicts with master * more test added * fix error * remove test * comment addressed
* error fixed * rename * solve conlicts with master * more test added * fix error * remove test * comment addressed
* error fixed * rename * solve conlicts with master * more test added * fix error * remove test * comment addressed
* error fixed * rename * solve conlicts with master * more test added * fix error * remove test * comment addressed
* error fixed * rename * solve conlicts with master * more test added * fix error * remove test * comment addressed
* error fixed * rename * solve conlicts with master * more test added * fix error * remove test * comment addressed
Thanks for contributing to TVM! Please refer to guideline https://docs.tvm.ai/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from Reviewers.