anirudhacharya commented on a change in pull request #12697: [MXNET -1004]
Poisson NegativeLog Likelihood loss
URL: https://github.com/apache/incubator-mxnet/pull/12697#discussion_r223204646
##########
File path: python/mxnet/gluon/loss.py
##########
@@ -23,12 +23,13 @@
'SigmoidBinaryCrossEntropyLoss', 'SigmoidBCELoss',
'SoftmaxCrossEntropyLoss', 'SoftmaxCELoss',
'KLDivLoss', 'CTCLoss', 'HuberLoss', 'HingeLoss',
- 'SquaredHingeLoss', 'LogisticLoss', 'TripletLoss']
-
+ 'SquaredHingeLoss', 'LogisticLoss', 'TripletLoss', 'PoissonNLLLoss']
+import numpy as np
from .. import ndarray
from ..base import numeric_types
from .block import HybridBlock
+
Review comment:
nit: remove newline
----------------------------------------------------------------
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