Closed anderleich closed 2 years ago
--checkpoint ./tmp/icefall_asr_librispeech_tdnn-lstm_ctc/exp/pretraind.pt \
should be
--checkpoint ./tmp/icefall_asr_librispeech_tdnn-lstm_ctc/exp/pretrained.pt \
pretraind.pt
-> pretrained.pt
I just tried the command on our server and find that the peak GPU RAM usage is about 29 GB from the output of
watch -n 0.5 nvidia-smi
.
So I would recommend you either to switch to a machine with a larger GPU RAM or use a decoding method that does not use the 4-gram G for rescoring.
Hi,
I've recently started with Icefall and I was just trying to test the pretrained model for LibreSpeech. As stated in the docs I ran the following command:
However, I get an OOM error during decoding. I have a GPU with 11GB of memory. It seems it happend when loading G:
Any clues about what's happening and how could I solve it?