[GitHub] zhanghang1989 commented on issue #10249: Custom interpolation layer. Gluon.

2018-04-09 Thread GitBox
zhanghang1989 commented on issue #10249: Custom interpolation layer. Gluon. URL: https://github.com/apache/incubator-mxnet/issues/10249#issuecomment-379896540 ```python class BilinearInterp(Block): def __init__(self, factor, target_height, target_width, **kwargs):

[GitHub] zhanghang1989 commented on issue #10249: Custom interpolation layer. Gluon.

2018-04-09 Thread GitBox
zhanghang1989 commented on issue #10249: Custom interpolation layer. Gluon. URL: https://github.com/apache/incubator-mxnet/issues/10249#issuecomment-379896540 ```python class BilinearInterp(Block): def __init__(self, factor, target_height, target_width, **kwargs):

[GitHub] zhanghang1989 commented on issue #10249: Custom interpolation layer. Gluon.

2018-04-09 Thread GitBox
zhanghang1989 commented on issue #10249: Custom interpolation layer. Gluon. URL: https://github.com/apache/incubator-mxnet/issues/10249#issuecomment-379858573 I guess this is what you are looking for https://github.com/apache/incubator-mxnet/pull/9688 ```python import mxnet as mx

[GitHub] zhanghang1989 commented on issue #10249: Custom interpolation layer. Gluon.

2018-04-09 Thread GitBox
zhanghang1989 commented on issue #10249: Custom interpolation layer. Gluon. URL: https://github.com/apache/incubator-mxnet/issues/10249#issuecomment-379858573 I guess this is what you are looking for https://github.com/apache/incubator-mxnet/pull/9688 ```python import mxnet as mx