Skip to content

Commit

Permalink
Add gluon losses (#8149)
Browse files Browse the repository at this point in the history
* Revert "Revert "Many loss functions  (#7605)" (#8010)"

This reverts commit 6c3ca32.

* fix

* fix doc

* add tests

* fix
  • Loading branch information
piiswrong committed Oct 6, 2017
1 parent 92e5198 commit 3a698da
Show file tree
Hide file tree
Showing 6 changed files with 567 additions and 163 deletions.
2 changes: 2 additions & 0 deletions docs/_static/mxnet.css
Original file line number Diff line number Diff line change
Expand Up @@ -1156,6 +1156,8 @@ dl.last.docutils dt{

dl.docutils dt {
color: #555;
background-color: #f0f0f0;
border-bottom: solid #ccc;
}

/*----------------Model zoo page style------------------*/
Expand Down
6 changes: 6 additions & 0 deletions docs/api/python/gluon/loss.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,15 @@ This package includes several commonly used loss functions in neural networks.
L2Loss
L1Loss
SigmoidBinaryCrossEntropyLoss
SoftmaxCrossEntropyLoss
SigmoidBinaryCrossEntropyLoss
KLDivLoss
HuberLoss
HingeLoss
SquaredHingeLoss
LogisticLoss
TripletLoss
CTCLoss
```

Expand Down
Loading

0 comments on commit 3a698da

Please sign in to comment.