We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I tried the code for heysnips dataset process and get the following error. Does howl no longer support heysnips dataset?
VOCAB='["hey","snips"]' INFERENCE_SEQUENCE=[0,1] DATASET_PATH=datasets/hey-snips python -m training.run.deprecated.create_raw_dataset --dataset-loader-type 'hey-snips' -i /home/shenchena/Downloads/dataset/hey_snips_kws_4.0/hey_snips_research_6k_en_train_eval_clean_ter/ usage: create_raw_dataset.py [-h] [--negative-pct NEGATIVE_PCT] [--positive-pct POSITIVE_PCT] [--input-audio-dataset-path INPUT_AUDIO_DATASET_PATH] [--dataset-loader-type {mozilla-cv,raw}] create_raw_dataset.py: error: argument --dataset-loader-type: invalid choice: 'hey-snips' (choose from 'mozilla-cv', 'raw')
The text was updated successfully, but these errors were encountered:
Unfortunately, that feature has been outdated. this version may support it https://github.com/castorini/howl/tree/dba1515acc5c49dc15b594ea97228cb2aedb80a2
it shouldn't be hard to add back the support but I am not personally interested in this direction. what is the reason that you need HeySnips support?
Sorry, something went wrong.
No branches or pull requests
Hi,
I tried the code for heysnips dataset process and get the following error. Does howl no longer support heysnips dataset?
VOCAB='["hey","snips"]' INFERENCE_SEQUENCE=[0,1] DATASET_PATH=datasets/hey-snips python -m training.run.deprecated.create_raw_dataset --dataset-loader-type 'hey-snips' -i /home/shenchena/Downloads/dataset/hey_snips_kws_4.0/hey_snips_research_6k_en_train_eval_clean_ter/
usage: create_raw_dataset.py [-h] [--negative-pct NEGATIVE_PCT]
[--positive-pct POSITIVE_PCT]
[--input-audio-dataset-path INPUT_AUDIO_DATASET_PATH]
[--dataset-loader-type {mozilla-cv,raw}]
create_raw_dataset.py: error: argument --dataset-loader-type: invalid choice: 'hey-snips' (choose from 'mozilla-cv', 'raw')
The text was updated successfully, but these errors were encountered: