-
Notifications
You must be signed in to change notification settings - Fork 0
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
dataloader cannot process mp3 files #21
Comments
@ISzoke, please can you provide a log of the error? I think it is somehow related to |
/mnt/proj1/open-28-57/szoke/CONDA_ENVS/huggingface_asr/lib/python3.10/site-packages/datasets/load.py:922: FutureWarning: The repository for audio_folder_vad contains custom code which must be executed to correctly load the dataset. You can inspect the repository content at /mnt/pr |
|
@Lakoc We need to output filename which causes this error |
one of the probles is may be stereo
|
If we want to output that we would need to nest it into try catch block, which would slow down things a lot. Yes, it is related to the fact that audio has more channels and loader is written in the way it always expects mono recording, I will add there check for that. |
No description provided.
The text was updated successfully, but these errors were encountered: