michaelkr commented on issue #16275: nd.random.uniform() FP exception when called with bad shape URL: https://github.com/apache/incubator-mxnet/issues/16275#issuecomment-535143578 @lanking520 I will try to get mxnet 1.5 installed with conda on another machine and test. The exact calling sequence to duplicate is: start python, then: >>> from mxnet import nd >>> nd.random.uniform(-1,1,(2,0)) which exits python with a "Floating exception" that cannot be caught.
---------------------------------------------------------------- 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
