Skip to content
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

ASR: How to convert .ckpt to nemo correctly? #12003

Open
ican24 opened this issue Jan 31, 2025 · 0 comments
Open

ASR: How to convert .ckpt to nemo correctly? #12003

ican24 opened this issue Jan 31, 2025 · 0 comments

Comments

@ican24
Copy link

ican24 commented Jan 31, 2025

Hi,
I am trying to convert .ckpt to nemo file correctly using following code and other recommendations, but the result poor:
asr_model = nemo_asr.models.EncDecCTCModel.load_from_checkpoint(model_ckpt) asr_model.save_to(path)
The recognized text is coming with tokenized characters
['▁some▁text']
It is impossible to use as root model for further training.
Thank you advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant