You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/01/30 23:53:21 UTC

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #17493: im2col fails in GPU context regardless of input

ChaiBapchya commented on issue #17493: im2col fails in GPU context regardless of input
URL: https://github.com/apache/incubator-mxnet/issues/17493#issuecomment-580516656
 
 
   ```
   >>> mx.operator.get_operator_arguments('im2col')
   OperatorArguments(narg=5, names=['data', 'kernel', 'stride', 'dilate', 'pad'], types=['NDArray-or-Symbol', 'Shape(tuple), required', 'Shape(tuple), optional, default=[]', 'Shape(tuple), optional, default=[]', 'Shape(tuple), optional, default=[]'])
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services