This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MXNET-807] Support integer label type in ctc_loss operator (#12468)
* Support integer type in ctc_loss * Support any data type in ctc_loss operator * Enable integer type in labels and fix lint errors * Fix compilation error in GPU * Add unit tests * Undo indentation * Undo blank line * Undo blank line * Add unit test for large number of classes * move unit tests to test_operator.py per reviewer advice * update unit test * update unit test * update unit test using random seed * Update unit test * Fix unit test difference Python2 and Python3
- Loading branch information
Showing
3 changed files
with
109 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters