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 2018/03/26 15:22:03 UTC

[GitHub] loadwiki opened a new issue #10248: python doc error in mxnet.symbol.pick

loadwiki opened a new issue #10248: python doc error in mxnet.symbol.pick
URL: https://github.com/apache/incubator-mxnet/issues/10248
 
 
   There are two problem:
   First:
   example 3, input y should be 
   y=  [[1.],
           [0.],
           [1.]]
   However, in original documents:
   y=  [[1.],
           [0.],
           [2.]]
   Second:
   doc of func mxnet.symbol.pick say:
   'This function supports n-dimensional input and (n-1)-dimensional indices arrays.'
   In the mean while, example 3 shows input indices array has the same dimension as the input array.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services