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 2018/01/15 02:11:24 UTC

[GitHub] DickJC123 commented on issue #9409: Random seed setting

DickJC123 commented on issue #9409: Random seed setting
URL: https://github.com/apache/incubator-mxnet/pull/9409#issuecomment-357565650
 
 
   The CI failures of my initial PR were due to the sensitive nature of the test_uniform_generator test, and my adding of new tests altered the random numbers seen by that test.  I have diagnosed and fixed the issue with test_uniform_generator: it was trying to fill buckets with probability 0.2 from a range of float16 values, which can only get so close given the limited precision.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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