-
Notifications
You must be signed in to change notification settings - Fork 445
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added an alternative way to initialize/load some models (for non-And…
…roid codes), tokens, hotwrods and keywords, that initializing/loading from memory buffers. The original usage of model initialization unchanged. the supported models are: online models: OnlineTransducerModel OnlineParaformerModel OnlineWenetCtcModel OnlineZipformer2CtcModel OnlineNeMoCtcModel offline models: OfflineTransducerModel OfflineParaformerModel OfflineNemoEncDecCtcModel OfflineWhisperModel OfflineTdnnModel OfflineZipformerCtcModel OfflineWenetCtcModel OfflineSenseVoiceModel keywordspotter models: KeywordSpotterTransducer
- Loading branch information
xiao
committed
Sep 7, 2024
1 parent
888f74b
commit 742fdb8
Showing
57 changed files
with
582 additions
and
143 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
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
Oops, something went wrong.