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/27 04:01:00 UTC

[jira] [Created] (MXNET-145) Remove the dependences of mx.io and mx.initializer on the numpy's global random number generator

Deokjae Lee created MXNET-145:
---------------------------------

             Summary:  Remove the dependences of mx.io and mx.initializer on the numpy's global random number generator
                 Key: MXNET-145
                 URL: https://issues.apache.org/jira/browse/MXNET-145
             Project: Apache MXNet
          Issue Type: Improvement
            Reporter: Deokjae Lee


This PR removes the dependences of `mx.io` and `mx.initializer` on the numpy's global random number generator. The dependences are not sound as they introduce unnecessary coupling with user's environment and confuse newcomers about seeding. If this PR is accepted, I'll make similar PRs removing the dependences on python's and numpy's global random number generators from `rnn/io`, `gluon`'s samplers and so on.



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