[GitHub] zhanghang1989 commented on issue #9688: Adapt operators from PyTorch, will keep adding

2018-03-05 Thread GitBox
zhanghang1989 commented on issue #9688: Adapt operators from PyTorch, will keep 
adding
URL: https://github.com/apache/incubator-mxnet/pull/9688#issuecomment-370652764
 
 
   A few issues are related to 'BilinearResize' operator 
(https://github.com/apache/incubator-mxnet/issues/9970, 
https://github.com/onnx/onnx-mxnet/issues/33). It is quite frequently used 
feature. Is that possible to consider merging this PR @piiswrong ?
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] zhanghang1989 commented on issue #9688: Adapt operators from PyTorch, will keep adding

2018-03-02 Thread GitBox
zhanghang1989 commented on issue #9688: Adapt operators from PyTorch, will keep 
adding
URL: https://github.com/apache/incubator-mxnet/pull/9688#issuecomment-363525503
 
 
   @chinakook 
   ```
   import mxnet as mx
   x1 = mx.nd.ones(shape=(2,3,4,4))
   y1 = mx.nd.BilinearResize2D(x1, out_height=5, out_width=5)
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] zhanghang1989 commented on issue #9688: Adapt operators from PyTorch, will keep adding

2018-02-16 Thread GitBox
zhanghang1989 commented on issue #9688: Adapt operators from PyTorch, will keep 
adding
URL: https://github.com/apache/incubator-mxnet/pull/9688#issuecomment-366386448
 
 
   Agree. I will make the changes.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services