ptrendx commented on issue #14240: use safe accumulation for norm URL: https://github.com/apache/incubator-mxnet/pull/14240#issuecomment-466667330 I did not see it immediately from the code - what is the type of the result? Norm should output fp32 as it's result since it is very easy to overflow otherwise. Mean on the other hand can be done with just fp32 accumulator without changing the output type.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
