Open porcupine28 opened 1 year ago
When I run the train_sdnn.py to line 285, I met an error "Exception has occurred: LibsndfileError", who knows why and how to solve it? Thank you very much.
@porcupine28 Are you still facing this issue? If yes, can you share your version of soundfile library?
soundfile
pip freeze | grep soundfile
We have working configuration with soundfile==0.11.0.
soundfile==0.11.0
It might also be useful to look at the string noisy_file here and try just loading the audio with sf.read(noisy_file)
noisy_file
sf.read(noisy_file)
When I run the train_sdnn.py to line 285, I met an error "Exception has occurred: LibsndfileError", who knows why and how to solve it? Thank you very much.