Closed supertetelman closed 3 years ago
Getting the same error
Compiling and configuring Kaladi (http://kaldi-asr.org/) resolves this issue. I think this should be part of the install or development documentation. (Expecially in tutorial notebooks.
I am using the latest NeMO image from NGC:
I am importing the nlp collections module by running:
I get the below warning messages:
I was able to get the KALDI warnings to go away by adding the following to my Dockerfile:
Attempting to
pip install torchaudio
just resulted in aSegmentation fault
, so I'll have to live with that warning.This is a superficial issue, but it would be nice if we could at least set the KALDI_ROOT to something that exists by default in the NeMO framework or within the NGC container. I have seen these warnings cause confusion for several people going through provided example notebooks.