KaldiProcessingError#

exception montreal_forced_aligner.exceptions.KaldiProcessingError(error_logs, log_file=None)[source]#

Exception class for when a Kaldi binary has an exception

Parameters:
  • error_logs (list[str]) – List of Kaldi logs that had errors

  • log_file (str, optional) – Overall log file to find more information