Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into randn
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaiBapchya committed Oct 30, 2018
2 parents 1e1a791 + 71d6621 commit 72c2902
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/operator/nn/ctc_loss.cc
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ NNVM_REGISTER_OP(CTCLoss)
.add_alias("_contrib_CTCLoss")
.add_alias("_contrib_ctc_loss")
.describe(R"code(Connectionist Temporal Classification Loss.
.. note:: The existing alias ``contrib_CTCLoss`` is deprecated.
The shapes of the inputs and outputs:
- **data**: `(sequence_length, batch_size, alphabet_size)`
Expand Down

0 comments on commit 72c2902

Please sign in to comment.