Skip to content

Optional input lengths in CTC op#10228

Closed
vishar0 wants to merge 2 commits intopytorch:masterfrom
vishar0:export-D9174378
Closed

Optional input lengths in CTC op#10228
vishar0 wants to merge 2 commits intopytorch:masterfrom
vishar0:export-D9174378

Conversation

@vishar0
Copy link
Contributor

@vishar0 vishar0 commented Aug 4, 2018

Summary:
Sometimes, for all items in the minibatch in test mode, input length will be
equal to max time steps. This avoids having to pass in an external tensor.

Differential Revision: D9174378

normster and others added 2 commits August 7, 2018 10:23
Summary:
CTCBeamSearchDecoder and CTCGreedyDecoder do not currently support IDEEP
execution. Add fallback operators to allow IDEEP execution of models that use
these operators.

Differential Revision: D9006234

fbshipit-source-id: bc3fc36965116a98337e053c5239a8766d83a74a
Summary:
Pull Request resolved: pytorch#10228

Sometimes, for all items in the minibatch in test mode, input length will be
equal to max time steps. This avoids having to pass in an external tensor.

Differential Revision: D9174378

fbshipit-source-id: e0b11daefb12792e18e2afe3689b1798fb9b00ea
PenghuiCheng pushed a commit to PenghuiCheng/pytorch that referenced this pull request Aug 10, 2018
Summary:
Pull Request resolved: pytorch#10228

Sometimes, for all items in the minibatch in test mode, input length will be
equal to max time steps. This avoids having to pass in an external tensor.

Differential Revision: D9174378

fbshipit-source-id: 22f7d5c311c855d9c3ac59f2a5e773279bd69974
goodlux pushed a commit to goodlux/pytorch that referenced this pull request Aug 15, 2018
Summary:
Pull Request resolved: pytorch#10228

Sometimes, for all items in the minibatch in test mode, input length will be
equal to max time steps. This avoids having to pass in an external tensor.

Differential Revision: D9174378

fbshipit-source-id: 22f7d5c311c855d9c3ac59f2a5e773279bd69974
@ezyang ezyang added the merged label Jun 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants