Replies: 1 comment
-
You did not specify a model. Try looking for the usage instructions in the help. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While using asteroid-infer to run voice separation, following error occurred:
D:\Asteroid\asteroid>asteroid-infer "D:\output" --files mu.wav
Traceback (most recent call last):
File "C:\Users\localadmin\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\localadmin\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "C:\Users\localadmin\AppData\Local\Programs\Python\Python310\Scripts\asteroid-infer.exe_main.py", line 7, in
File "D:\Asteroid\asteroid\asteroid\scripts\asteroid_cli.py", line 159, in infer
model = BaseModel.from_pretrained(pretrained_model_conf_or_path=args.url_or_path)
File "D:\Asteroid\asteroid\asteroid\models\base_models.py", line 113, in from_pretrained
cached_model = cached_download(pretrained_model_conf_or_path)
File "D:\Asteroid\asteroid\asteroid\utils\hub_utils.py", line 68, in cached_download
return huggingface_hub.hf_hub_download(
File "C:\Users\localadmin\AppData\Local\Programs\Python\Python310\lib\site-packages\huggingface_hub\utils_validators.py", line 114, in _inner_fn
validate_repo_id(arg_value)
File "C:\Users\localadmin\AppData\Local\Programs\Python\Python310\lib\site-packages\huggingface_hub\utils_validators.py", line 172, in validate_repo_id
raise HFValidationError(
huggingface_hub.utils.validators.HFValidationError: Repo id must use alphanumeric chars or '-', '', '.', '--' and '..' are forbidden, '-' and '.' cannot start or end the name, max length is 96: 'D:\output'.
I have tried to run pip install --upgrade huggingface_hub and all packages have been satisfied.
Sorry that I am completely new to Asteroid and so do not know how to handle this common situation.
I have attached the .wav that I would love to separate voice.
mu.zip
Beta Was this translation helpful? Give feedback.
All reactions