Replies: 1 comment
-
|
I have managed to resolve this issue to manually insert the missing keys and replacing my normalizer.ckpt. Then I ran into some tokenizer issues which I fixed by changing and removing the tokenizer.ckpt and instead reference the QuestionThese have allowed me to load the model. However I notice the transcription result on the same validation audio does not match the result in wer_test.txt. Could you help me understand what might be causing this discrepancy? Inference Code wer_test.txt: 你 ; 仲 ; 未 ; ; 好 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm encountering a KeyError: 'spk_dict_mean' error while loading my custom trained streaming Conformer Transducer model using SpeechBrain's Common Voice recipe with the Cantonese Common Voice dataset. I'm a beginner to SpeechBrain and speech recognition, so I think I may be missing something fundamental in my setup. So far I have attempted both unigram/bpe settings for the tokenizer and this issues relates to both settings.
Steps I have taken to create my own trained model folder
My Inference Script
My Inference Folder:

hyperparams.yaml, train.py, wer_test.txt: https://gist.github.com/kychiu1/bbf4c8b5ad268462f01eacf2e8895628
Questions:
Thanks in advance for any help and guidance
Beta Was this translation helpful? Give feedback.
All reactions