When I use speechbrain to do work with rffm files, I get the following error

speechbrain.core - Exception:
Traceback (most recent call last):
  File "F:/Speech/speechbrain/recipes/AMI/Diarization/experiment.py", line 647, in <module>
    best_pval = dev_pval_tuner(full_meta, "dev")
  File "F:/Speech/speechbrain/recipes/AMI/Diarization/experiment.py", line 364, in dev_pval_tuner
    MS, FA, SER, DER_ = DER(
  File "D:\anaconda\envs\speech_brain\lib\site-packages\speechbrain\utils\DER.py", line 108, in DER
    stdout = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
  File "D:\anaconda\envs\speech_brain\lib\subprocess.py", line 411, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "D:\anaconda\envs\speech_brain\lib\subprocess.py", line 489, in run
    with Popen(*popenargs, **kwargs) as process:
  File "D:\anaconda\envs\speech_brain\lib\subprocess.py", line 854, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "D:\anaconda\envs\speech_brain\lib\subprocess.py", line 1307, in _execute_child
    hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
OSError: [WinError 193] %1 is not a valid Win32 application

I try to change the version of python, numpy version of python, and change 32-bit instead of 64-bit, but none of them work.

0

There are 0 answers