-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Some mxnet ctc_loss bug & feature request #10995
Comments
@chinakook do you think it is a good idea for us to depreciate contrib.ctc_loss and use WarpCTC since these two are similiar? |
Yes, that's a good idea. Cudnnctc should be added too. |
ctc_loss was added so that there's no need to install the WarpCTC plugin. I've detailed why cudnn CTC is not usable for us in #7445 |
@szha Thank you. So I think we shouldn't abandon this one, as it is native to MXNet. Here is the JIRA ticket https://issues.apache.org/jira/browse/MXNET-526. |
I have met the same problem. |
@nswamy The bug in case 3 was fixed by PR #11834. I am working on the integer type support via JIRA (https://issues.apache.org/jira/browse/MXNET-807). Please change the label from Bug to Feature |
@chinakook I have added support of using integer as label type in CTC. Please kindly verify this change at your earliest convenience. |
Yes, It's all right in all these cases. This issue can be closed as it's solved. |
Mxnet ctc_loss has nearly the same source code with baidu's warpctc with little modifications, but it has some bugs.
Case 1 - mxnet ctc_loss is all right
Case 2 - mxnet ctc_loss cannot support integer label types
Case 3 - mxnet ctc_loss is slow or will crash when num_classes is big
Case 4 - warpctc is all OK with big num_classes and integer types
The text was updated successfully, but these errors were encountered: