traidn
traidn
@VahidooX I've tried to use script for inference this model on audio file and it works fine. It makes a good transcription on english language, but when i try to...
@titu1994 I use script `speech_to_text_hybrid_rnnt_ctc_bpe.py` from your repo. It works fine for training from scratch (actually it doesn't converge but it at least does something), but it throws the mistake...
@bene-ges Yeah, it allows to get weight, but unfortunately it gives me error ``` return checkpoint["pytorch-lightning_version"] KeyError: 'pytorch-lightning_version' ``` in the start of trainng.
@bene-ges Thanks for idea, but it still gives keyerror with pytorch `pytorch-lightning_version` when I load state dict. Even if I leave field "resume_from_checkpoint" empty.
@VahidooX That will be appreciated. I use nemo-toolkit 1.21.0 and pytorch 2.1.1.
I tried a previous version. And it still doesn't work properly. Unfortunately I can't install more older version right now in my environment due to i have troubles with building...
@VahidooX I downgraded Nemo to version 1.20.0 (when the models STT En FastConformer Hybrid Large Streaming 1040ms (doesn't train too) and STT En FastConformer Hybrid Transducer-CTC Large Streaming Multi were...
Hello, thanks for answer. But I still have problems. I try to run code above on Windows and on cpu. I guess it can be the reason. But I'm gonna...
@sendeniz Oh, it seems like I found error - I used old version of S4, which I found in another repo. When I paste code from this repo code above...