lostella commented on issue #16135: Sampling fails on mxnet==1.5.0 on Linux? URL: https://github.com/apache/incubator-mxnet/issues/16135#issuecomment-530278977 @reminisce does the fix also fix sampling other than sample_normal? All other sampling functions also raise the same error on 1.5.0: * `s = mx.nd.sample_uniform(low=mx.nd.array([10.0]), high=mx.nd.array([11.5]))` * `s = mx.nd.sample_negative_binomial(k=mx.nd.array([3]), p=mx.nd.array([0.5]))` * `s = mx.nd.sample_poisson(lam=mx.nd.array([1.5]))` * ...
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
