Deokjae Lee created MXNET-68:
--------------------------------

             Summary: Random shuffle implementation
                 Key: MXNET-68
                 URL: https://issues.apache.org/jira/browse/MXNET-68
             Project: Apache MXNet
          Issue Type: New Feature
            Reporter: Deokjae Lee


This operator randomly shuffles an NDArray along the first axis. The order of 
the elements in each subarray does not change. For exmaple, if an NDArray {{x}} 
is shuffled, the order of the subarrays {{x[i]}} randomly changes but the order 
of the elements in each {{x[i]}} does not change. This PR is a revise of 
[#9991|https://github.com/apache/incubator-mxnet/pull/9991].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org
For additional commands, e-mail: issues-h...@mxnet.apache.org

Reply via email to