piiswrong commented on a change in pull request #7284: add doc for gluon,
sym/nd contrib
URL: https://github.com/apache/incubator-mxnet/pull/7284#discussion_r130949397
##########
File path: docs/api/python/symbol.md
##########
@@ -480,6 +480,37 @@ Composite multiple symbols into a new one by an operator.
Custom
```
+## Contrib
+
+```eval_rst
+.. warning:: This package contains experimental APIs and may change in the
near future.
+```
+
+The `contrib.symbol` module contains many useful experimental APIs for new
features. This is a place for the community to try out the new features, so
that feature contributors can receive feedback.
+
+```eval_rst
+.. currentmodule:: mxnet.contrib.symbol
+
+.. autosummary::
+ :nosignatures:
+
+ CTCLoss
Review comment:
don't list multiple alias of the same op. ctx_loss is enough
----------------------------------------------------------------
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