vjache edited a comment on issue #17143: Wrong sum of array URL: https://github.com/apache/incubator-mxnet/issues/17143#issuecomment-568256918 To bypass this problem one need to specify a dtype explicity as 'float64' i.e. : `md.array(a, dtype='float64')` . Probably mxnet should have as default `float64` as numpy does.
---------------------------------------------------------------- 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
