forked from apache/mxnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MXNET -1004] Poisson NegativeLog Likelihood loss (apache#12697)
* PoissonNLLLoss function to compute negative log likelihood loss * Removing debugging print statements * Pylint code formatting problems addressed * Added Stirling approximation for factorial term in the denominator and test case for the same * Separated the test cases for Flag value for logits and compute_full * Added comments for package- numpy inclusion and some pylint formatting * Trigger CI * Markdown file updted. Added entry for Poissons NLLLoss * Fixing pending documentation issue * Documentation docstring changed * PR Comment to remove extra newline removed. * Symbol PI corrected * epsilon spellicng correction * More unit tests added - testing with mod.score() and mod.fit() * changed the number of epochs * PR Comments addressed added mod score tests and a newline * Empty line added * Adding hybridized test * Trigger CI * Variable names changed
- Loading branch information
1 parent
dabdf2a
commit d6af8c9
Showing
3 changed files
with
118 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters