Skip to content

Support for partial data usage for LibriSpeech #105

New issue

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

Open
kushal-g opened this issue Sep 24, 2021 · 2 comments
Open

Support for partial data usage for LibriSpeech #105

kushal-g opened this issue Sep 24, 2021 · 2 comments
Labels
FEATURE REQUEST QUESTION Further information is requested

Comments

@kushal-g
Copy link

There should be a functionality where instead of having to download entire dataset and train on it, we could download just partial data and use only that for training. And if not, then the documentation should clearly mention how the dataset directory structure should look like so that it's easier for us to use our own partial dataset. I'm currently trying to train a RNN-T model and I keep facing issues with directory structure.

Command that I'm using
python ./openspeech_cli/hydra_train.py dataset=librispeech dataset.dataset_download=False dataset.dataset_path=/home/guest/flsp/SpeechToText/RNN-T/openspeech/LIBRISPEECH_AUTO_DOWNLOAD/LibriSpeech dataset.manifest_file_path=/home/guest/flsp/SpeechToText/RNN-T/openspeech/LIBRISPEECH_AUTO_MANIFEST tokenizer=libri_subword model=rnn_transducer audio=melspectrogram lr_scheduler=warmup_reduce_lr_on_plateau trainer=gpu

@sooftware
Copy link
Member

There were many questions about the directory structure, so I thought I should document it.
Please wait for a moment.

@sooftware sooftware added FEATURE REQUEST QUESTION Further information is requested labels Sep 25, 2021
@kushal-g
Copy link
Author

What is the status of this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FEATURE REQUEST QUESTION Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants