Jakub Tkaczuk

Results 2 issues of Jakub Tkaczuk

Can you change the hardcoded path in kaldi_io/kaldi_io.py from: ``os.environ['KALDI_ROOT']='/mnt/matylda5/iveselyk/Tools/kaldi-trunk'`` to something like: ``os.environ['KALDI_ROOT']=os.path.join(os.environ['CONDA_PREFIX'], 'bin')`` ? Maybe also instead of printing the warnings, logging would be useful so issues like...

Related to **Kaldi/SpeechRecognition/kaldi-asr-backend** **Bug** I am trying to build the library outside docker and the fst libraries prints plenty of similar errors: ``fst/dfs-visit.h:129:13: error: comparison of integer expressions of different...

bug