IntelLabs / IntelNeuromorphicDNSChallenge

Intel Neuromorphic DNS Challenge
MIT License
120 stars 27 forks source link

train_sdnn.py error #12

Open porcupine28 opened 1 year ago

porcupine28 commented 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. bug

bamsumit commented 1 year ago

@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.

bamsumit commented 1 year ago

It might also be useful to look at the string noisy_file here and try just loading the audio with sf.read(noisy_file)