-
Notifications
You must be signed in to change notification settings - Fork 661
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
Add TED-LIUM 3 dataset #765
Labels
Comments
Sounds good to me, and you can open a PR for this! Please make sure to follow the current dataset code organization when doing so :) |
Nice! Will do :) |
Closed by #882 -- please feel free to re-open if this is not the case :) |
mthrok
pushed a commit
to mthrok/audio
that referenced
this issue
Feb 26, 2021
Adding Zafar's changes from PR pytorch#758 to run flags + gitignore additions
mpc001
pushed a commit
to mpc001/audio
that referenced
this issue
Aug 4, 2023
Fix AdamOptions initialization error with latest libtorch. Error without this change: ``` dcgan.cpp:124:64: error: no member named 'beta1' in 'torch::optim::AdamOptions' generator->parameters(), torch::optim::AdamOptions(2e-4).beta1(0.5)); ```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🚀 Feature
Hi! I saw torchaudio is missing the TED-LIUM dataset from https://arxiv.org/abs/1805.04699, https://www.openslr.org/51/ which is commonly used in ASR benchmarks and I would like to propose the addition of it to the list of avaliable datasets (And propose myself to code and contribute for it! :) )
Motivation
TED-LIUM is a very common dataset in ASR benchmarking tasks and we should include it on the library.
Pitch
Add TED-LIUM 3 dataset to the list of datasets
I would like to work in a PR to introduce it if it sounds good to the main contributors :)
The text was updated successfully, but these errors were encountered: