szha commented on a change in pull request #11834: Fix mxnet ctc_loss bug
URL: https://github.com/apache/incubator-mxnet/pull/11834#discussion_r203934364
##########
File path: python/mxnet/gluon/loss.py
##########
@@ -409,6 +409,8 @@ class CTCLoss(Loss):
length respectively.
weight : float or None
Global scalar weight for loss.
+ blank_label : {'first', 'last'}, default 'last'
Review comment:
it was intentional not to expose this option in gluon.
----------------------------------------------------------------
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