santi-pdp / segan

Speech Enhancement Generative Adversarial Network in TensorFlow
MIT License
816 stars 281 forks source link

ValueError: Cannot feed value of shape (180149, 2) for Tensor 'Placeholder:0', which has shape '(180149,)' #84

Closed kurbobo closed 3 years ago

kurbobo commented 3 years ago

I'm trying to run inference from pretrained model from repo. requirements are all as said in repo, test wav was resampled to 16000, but there is such error

kurbobo commented 3 years ago

ok, I just needed to make wave with one channel: sox input.wav -r 16000 -c 1 output.wav