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 2019/01/08 02:50:23 UTC

[GitHub] wlbksy commented on a change in pull request #13745: Fix the order of error term's operands

wlbksy commented on a change in pull request #13745: Fix the order of error term's operands
URL: https://github.com/apache/incubator-mxnet/pull/13745#discussion_r245864004
 
 

 ##########
 File path: python/mxnet/gluon/loss.py
 ##########
 @@ -101,7 +101,7 @@ def hybrid_forward(self, F, x, *args, **kwargs):
 class L2Loss(Loss):
     r"""Calculates the mean squared error between `pred` and `label`.
 
 Review comment:
   Thanks, good finding!

----------------------------------------------------------------
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