-
Notifications
You must be signed in to change notification settings - Fork 223
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
[Recipe] VoxPopuli #1089
[Recipe] VoxPopuli #1089
Conversation
lhotse/recipes/voxpopuli.py
Outdated
import torch | ||
import torchaudio | ||
from torch.hub import download_url_to_file | ||
from torchaudio.datasets.utils import _extract_tar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this fails in CI but I think we have our own util for that (lhotse.utils.safe_extract
)
IMO LGTM after fixing and if somebody wants to add s2s mode later, they can add it. |
Yeah, I am already using the ASR prep part for some of the projects at JSALT. I like our method more than the official data preparation since it does not duplicate all the segments. I will fix the extract and then maybe we can merge. |
No description provided.