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
run_audio.sh Stage5: Perform clustering and postprocessing, and output sys rttms... [INFO] Start clustering...
[INFO] Start clustering...
[INFO] Start clustering...
[INFO] Start clustering...
Traceback (most recent call last):
File "local/cluster_and_postprocess.py", line 122, in main()
File "local/cluster_and_postprocess.py", line 116, in main audio_only_func(local_wav_list, args.audio_embs_dir, args.rttm_dir, config) File "local/cluster_and_postprocess.py", line 59, in audio_only_func stat_obj = pickle.load(f) ModuleNotFoundError: No module named 'numpy._core' Traceback (most recent call last):
File "local/cluster_and_postprocess.py", line 122, in main()
File "local/cluster_and_postprocess.py", line 116, in main audio_only_func(local_wav_list, args.audio_embs_dir, args.rttm_dir, config) File "local/cluster_and_postprocess.py", line 59, in audio_only_func stat_obj = pickle.load(f) ModuleNotFoundError: No module named 'numpy._core'
我在跑speaker-diarization的run_audio.sh的stage5时候,会遇到有关numpy的报错,
你们推荐numpy>=1.20.0,<1.24,我的numpy版本为1.23.5满足要求,我尝试过其他版本的numpy都不能成功运行,请问有什么解决办法吗
The text was updated successfully, but these errors were encountered:
run_audio.sh Stage5: Perform clustering and postprocessing, and output sys rttms... [INFO] Start clustering...
[INFO] Start clustering...
[INFO] Start clustering...
[INFO] Start clustering...
Traceback (most recent call last):
File "local/cluster_and_postprocess.py", line 122, in main()
File "local/cluster_and_postprocess.py", line 116, in main audio_only_func(local_wav_list, args.audio_embs_dir, args.rttm_dir, config) File "local/cluster_and_postprocess.py", line 59, in audio_only_func stat_obj = pickle.load(f) ModuleNotFoundError: No module named 'numpy._core' Traceback (most recent call last):
File "local/cluster_and_postprocess.py", line 122, in main()
File "local/cluster_and_postprocess.py", line 116, in main audio_only_func(local_wav_list, args.audio_embs_dir, args.rttm_dir, config) File "local/cluster_and_postprocess.py", line 59, in audio_only_func stat_obj = pickle.load(f) ModuleNotFoundError: No module named 'numpy._core'
我在跑speaker-diarization的run_audio.sh的stage5时候,会遇到有关numpy的报错,
你们推荐numpy>=1.20.0,<1.24,我的numpy版本为1.23.5满足要求,我尝试过其他版本的numpy都不能成功运行,请问有什么解决办法吗
The text was updated successfully, but these errors were encountered: