-
Notifications
You must be signed in to change notification settings - Fork 19.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Implement CTC loss in tensorflow backend * Implement CTC api in torch backend * Add CTC loss to keras losses * Remove CTC from losses * Perform log softmax in torch CTC loss * Refactor reviewed code in CTC API - Refactor sparse labels into main ctc_batch_cost function for tf * Fix formatting issue in docstring * Removed trailing space * Naming changes in nn.ctc_loss backend functions * Add ctc_loss keras op * Add correctness unit test for CTC loss * Skip test for CTC loss in JAX backend * Update ctc_loss function to also export to ops.nn * Add static type testing for CTC loss * Fix enabled backends for CTC loss test * Linting keras ops * Fix line overflow in CtcLoss class
- Loading branch information
1 parent
e70f28f
commit 92e7171
Showing
4 changed files
with
171 additions
and
0 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
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