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
Currently there's a mismatch between how the settings.ini file is loading the Kaldi root path and how the documentation explains the same.
The documentation expects to read in the key for KALDI_ROOT but the current config.py file attempts to look at KALDI_ROOT_PATH. This issue was revealed by #237
Currently there's a mismatch between how the settings.ini file is loading the Kaldi root path and how the documentation explains the same.
The documentation expects to read in the key for
KALDI_ROOT
but the currentconfig.py
file attempts to look atKALDI_ROOT_PATH
. This issue was revealed by #237See PR #238 for my fix for this issue.
The text was updated successfully, but these errors were encountered: