-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Efficient Conformer] remove concat after to simplify the code flow (#…
…1764) * add Efficient Conformer implementation * fix trailing whitespace, formatting and semantic * Ensures consistency of forward_chunk interface and deletes all runtime changes. Completed the casual and non-casual convolution model tests for the EfficientConformer, as well as JIT runtime tests. Modified yaml files for Aishell-1 * [EfficientConformer] add Aishell-1 Results * [EfficientConformer] support ONNX GPU export, add librispeech results, and fix bug of V2 streaming decode * [Efficient Conformer] add model params in README. * fix trailing whitespace * [Efficient Conformer] remove concat after to simplify the code flow
- Loading branch information
Showing
2 changed files
with
2 additions
and
15 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