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 2019/10/15 04:34:48 UTC

[GitHub] [incubator-mxnet] ccrop opened a new issue #16483: Matrix operation Bug

ccrop opened a new issue #16483: Matrix operation Bug
URL: https://github.com/apache/incubator-mxnet/issues/16483
 
 
   1、Matrix operation Bug
   2、Errors in obtaining data from a dimension of a matrix。
   The same code is fine in numpy、pytorch
   3、The code is very simple.
   a = nd.random.uniform(shape=(1,100,7))
   b = a[:,:,-1]<0.5
   b = nd.reshape(b,(-1))
   c = a[:,b,:]
   print(c.shape)
   4、output:result:(1,100,7),ok result:(1,50,7)
   

----------------------------------------------------------------
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