Replies: 2 comments
|
pip install PySoundFile, since torrchaudio does not report any backends available. |
0 replies
|
@mravanelli @Adel-Moumen another problem due to this change of backend policy of Torchaudio 2.1 we must find a way to fix this because it means that newcomers to SB will face an error as a first experience. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hey, while training with Librispeech recipe on speechbrain 0.5.16, torch 2.1.2+cu121 I am facing this issue.
raise RuntimeError(f"Couldn't find appropriate backend to handle uri {uri} and format {format}.")
RuntimeError: Couldn't find appropriate backend to handle uri /home/sgeadmin/ext_hardisk/DroneDB/en/dataset/IN_SD/READ/2_pa_IN_SD_20230505/141260/pa_IN_SD_Male_141260_mobile_20230330165450.wav and format None.
Can somebody pointout what's the issue?
All reactions