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 2020/01/13 06:44:33 UTC

[GitHub] [incubator-mxnet] xidulu edited a comment on issue #15383: [numpy] np.random.multinomial is different from _np

xidulu edited a comment on issue #15383: [numpy] np.random.multinomial is different from _np
URL: https://github.com/apache/incubator-mxnet/issues/15383#issuecomment-573527802
 
 
   @TomasBahnik 
   @stu1130 
   I was able to reproduce the error on windows with `mxnet 1.6.0b20191125` (this is actually the latest version for Windows, even though 1.60b2020xxxx has already been available for other platforms), installed by `pip install -U --pre mxnet`.
   
   I also tested `np.random.uniform` and everything seems to good, which suggests that the random number generator is working normally. Also, I tried `np.ndarray` as the input format for `pvals` and the output was still sth like `[0,0,0,10]`. The `ndarray` case should not be relevant with either #16204 or #15397 IMO, so the cause could be something other than "the fix commits are not included".
   

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