You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: