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
There doesn't seem to be for OSX support. Running it via the Docker image:
root@b78f245f331d:/Audio# reverb --audio_file test.mp3 --result_dir /Audio
/opt/conda/lib/python3.11/site-packages/torch/_jit_internal.py:741: FutureWarning: ignore(True) has been deprecated. TorchScript will now drop the function call on compilation. Use torch.jit.unused now. {}
warnings.warn(
Traceback (most recent call last):
File "/opt/conda/bin/reverb", line 8, in <module>
sys.exit(main())
^^^^^^
File "/workspace/asr/wenet/bin/recognize_wav.py", line 162, in main
raise RuntimeError("One of either --model or (--checkpoint and --config) must be set.")
RuntimeError: One of either --model or (--checkpoint and --config) must be set.
root@b78f245f331d:/Audio# reverb --audio_file test.mp3 --result_dir /Audio --model reverb_asr_v1
/opt/conda/lib/python3.11/site-packages/torch/_jit_internal.py:741: FutureWarning: ignore(True) has been deprecated. TorchScript will now drop the function call on compilation. Use torch.jit.unused now. {}
warnings.warn(
[W NNPACK.cpp:64] Could not initialize NNPACK! Reason: Unsupported hardware.
The text was updated successfully, but these errors were encountered:
There doesn't seem to be for OSX support. Running it via the Docker image:
The text was updated successfully, but these errors were encountered: