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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to