-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Graph RNNT: Grid- and Compose-Transducer. W-Transducer loss #6168
Merged
Merged
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
a265fb2
Add graph transducer: grid and compose transducer
artbataev 10bd265
Add w-transducer
artbataev a1edc5d
Add Graph-RNNT to RNNT loss resolver
artbataev 549ffc1
Merge branch 'main' into transucer_compose_grid_wildcard
artbataev 5055d77
Merge branch 'main' into transucer_compose_grid_wildcard
artbataev 969b9f8
Merge branch 'main' into transucer_compose_grid_wildcard
artbataev b86c4d2
Merge branch 'main' into transucer_compose_grid_wildcard
artbataev 187053f
Merge branch 'main' into transucer_compose_grid_wildcard
artbataev 6865d10
Merge branch 'main' into transucer_compose_grid_wildcard
artbataev 240a566
Temporary fix for k2 installation
artbataev e024776
Improve graph-transducer: docstrings, refactoring
artbataev 646e0b8
Add graph-transducer losses to rnnt loss resolver
artbataev 9e32838
Unify interface
artbataev 8088e33
Test Graph-RNNT
artbataev 202d581
Fix device usage in tests
artbataev efeeb7e
Fix W-Transducer, add tests
artbataev 2c67b61
Merge branch 'main' into transucer_compose_grid_wildcard
artbataev 89b4c92
Switch to k2 original repo (fix for CUDA 12)
artbataev 726e62f
Fix docstring
artbataev a0758bf
Fix docstring
artbataev f073e8f
Clean up W-Transducer
artbataev efcd5c8
Fix tests
artbataev 06ec45c
Fix W-Transducer. Improve docstrings.
artbataev 1726def
Improve docstrings.
artbataev 7d62dd9
Add more tests
artbataev 8f0852c
Add more tests for W-Transducer
artbataev 6a0eb1d
Test with variable-size inputs
artbataev deb53ba
Fix failing test
artbataev cd21ad9
Merge branch 'main' into transucer_compose_grid_wildcard
artbataev 7da63b5
Add tests for temporal schemas
artbataev 56e9eaf
Tests for Compose-Transducer
artbataev 9b98d5b
Fix W-Transducer
artbataev 98689c6
Refactoring
artbataev f17d644
Clean up k2 installation script
artbataev ee47808
Fix temporal schema
artbataev 0e2f275
Fix temporal scheme for W-Transducer
artbataev a4439ca
Refactoring. Test Grid-Transducer for RNNT.
artbataev c58f8c8
W-Transducer: test grid.
artbataev 41646dc
Merge branch 'main' into transucer_compose_grid_wildcard
artbataev 2761b12
Improve docstrings.
artbataev 8bcbd54
Improve docstrings. Fix tests.
artbataev ccc014c
Improve docstrings
artbataev 276751a
Fix loss name in RNN-T resolver
artbataev f185bc2
Merge branch 'main' into transucer_compose_grid_wildcard
artbataev 2330641
Add quotes to type annotations
artbataev 6ed956e
scheme -> schema
artbataev f2f56aa
Merge branch 'main' into transucer_compose_grid_wildcard
artbataev 3a327cd
Merge branch 'main' into transucer_compose_grid_wildcard
artbataev 7f43fa6
force_last -> force_final
artbataev 7a75f37
Merge remote-tracking branch 'origin/transucer_compose_grid_wildcard'…
artbataev d32e0e3
Add comments in `forward` method
artbataev b0af4c2
W-Transducer: fix temporal scheme construction (remove redundant arc)
artbataev 607601e
RNNT_LOSS_RESOLVER: set force_float32 explicitly for all losses
artbataev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the rest of the configs to explicitly show force fp32 is true
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed (I updated all the configs)