You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by "Deokjae Lee (JIRA)" <ji...@apache.org> on 2018/03/09 05:33:00 UTC

[jira] [Created] (MXNET-68) Random shuffle implementation

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-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org