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 2018/10/30 22:09:52 UTC

[GitHub] anirudh2290 closed pull request #13042: Add a deprecate message

anirudh2290 closed pull request #13042: Add a deprecate message
URL: https://github.com/apache/incubator-mxnet/pull/13042
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/src/operator/nn/ctc_loss.cc b/src/operator/nn/ctc_loss.cc
index c381677b3ce..d9c7606f2e2 100644
--- a/src/operator/nn/ctc_loss.cc
+++ b/src/operator/nn/ctc_loss.cc
@@ -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)`


 

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