IntelNeuromorphicDNSChallenge icon indicating copy to clipboard operation
IntelNeuromorphicDNSChallenge copied to clipboard

train_sdnn.py error

Open porcupine28 opened this issue 2 years ago • 2 comments

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

porcupine28 avatar May 21 '23 02:05 porcupine28

@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 avatar May 31 '23 17:05 bamsumit

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

bamsumit avatar May 31 '23 17:05 bamsumit