[GitHub] reminisce commented on issue #9131: random_uniform causes VM to crash

2017-12-18 Thread GitBox
reminisce commented on issue #9131: random_uniform causes VM to crash URL: https://github.com/apache/incubator-mxnet/issues/9131#issuecomment-352654184 Agree that crashing the vm is not a desired behavior. Need to add exception handling in frontend. ---

[GitHub] reminisce commented on issue #9131: random_uniform causes VM to crash

2017-12-18 Thread GitBox
reminisce commented on issue #9131: random_uniform causes VM to crash URL: https://github.com/apache/incubator-mxnet/issues/9131#issuecomment-352645276 In this case, low=3, high=1, raising an error is consistent with NumPy's random.uniform definition. [When high == low, values of lo