You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/06/29 01:03:47 UTC

[GitHub] leezu commented on issue #11403: L2 norm for fp16 goes to nan, needs to be fixed

leezu commented on issue #11403: L2 norm for fp16 goes to nan, needs to be fixed
URL: https://github.com/apache/incubator-mxnet/issues/11403#issuecomment-401217193
 
 
   How about using a numerically stable L2 norm algorithm by scaling the elements? Ie. [BLAS nrm2](http://www.netlib.org/blas/snrm2.f)

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services