You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by "Mikhail Lobanov (JIRA)" <ji...@apache.org> on 2018/11/13 08:40:00 UTC

[jira] [Commented] (MXNET-1211) Factor and "Like" modes in BilinearResize2D operator

    [ https://issues.apache.org/jira/browse/MXNET-1211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16684887#comment-16684887 ] 

Mikhail Lobanov commented on MXNET-1211:
----------------------------------------

PR: https://github.com/apache/incubator-mxnet/pull/13226

> Factor and "Like" modes in BilinearResize2D operator
> ----------------------------------------------------
>
>                 Key: MXNET-1211
>                 URL: https://issues.apache.org/jira/browse/MXNET-1211
>             Project: Apache MXNet
>          Issue Type: Improvement
>          Components: Apache MXNet Backend
>            Reporter: Mikhail Lobanov
>            Priority: Major
>              Labels: pull-request-available
>
> When implementing segmentation network ICNet faced a necessity in few options that are not realized in contrib.BilinearResize2D operator.
>  * The first one is ability to multiply original height and width by factor.
>  * The second one is resizing to the size of another tensor. Due to lack of ability to get size of tensor in symbol-graph this option is really needed.
>  * And the third one is ability to get exactly even or odd value of height and width when we doing multiplying by factor.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org