We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I have done all the step to perform asr on DOGRI Language. Everytime i give new audio it gives the same output like this:
OUTPUT : Traceback (most recent call last): File "/home/himal/Documents/Vakyansh_AI_MODEL/scripts/inference/../../utils/inference/single_file_inference.py", line 380, in result = parse_transcription(args_local.model, args_local.dict, args_local.wav, args_local.cuda, args_local.decoder, args_local.lexicon, args_local.lm_path, args_local.half) File "/home/himal/Documents/Vakyansh_AI_MODEL/scripts/inference/../../utils/inference/single_file_inference.py", line 349, in parse_transcription generator = W2lKenLMDecoder(args, target_dict) File "/home/himal/Documents/Vakyansh_AI_MODEL/scripts/inference/../../utils/inference/single_file_inference.py", line 188, in init assert ( AssertionError: ['ळ', 'न', 'प', 'क', 'म', '|'] [3, 39, 40, 20, 44, 4]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have done all the step to perform asr on DOGRI Language.
Everytime i give new audio it gives the same output like this:
OUTPUT :
Traceback (most recent call last):
File "/home/himal/Documents/Vakyansh_AI_MODEL/scripts/inference/../../utils/inference/single_file_inference.py", line 380, in
result = parse_transcription(args_local.model, args_local.dict, args_local.wav, args_local.cuda, args_local.decoder, args_local.lexicon, args_local.lm_path, args_local.half)
File "/home/himal/Documents/Vakyansh_AI_MODEL/scripts/inference/../../utils/inference/single_file_inference.py", line 349, in parse_transcription
generator = W2lKenLMDecoder(args, target_dict)
File "/home/himal/Documents/Vakyansh_AI_MODEL/scripts/inference/../../utils/inference/single_file_inference.py", line 188, in init
assert (
AssertionError: ['ळ', 'न', 'प', 'क', 'म', '|'] [3, 39, 40, 20, 44, 4]
The text was updated successfully, but these errors were encountered: