IntelNeuromorphicDNSChallenge
IntelNeuromorphicDNSChallenge copied to clipboard
train_sdnn.py error
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?
pip freeze | grep soundfile
We have working configuration with 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)