drethage / speech-denoising-wavenet

A neural network for end-to-end speech denoising

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Denoised audio 0db on NSDTSEA

zfqy opened this issue · comments

commented

The training process starting with the code according to "readme.md" has been early terminated at epoch 34 with loss 0.034, I consider the trained model has satisfied some requirements and could deal with denoising but I got the 0dB audio which contains nothing but silence. I do not know whether it is related to the early stop but the very low loss makes it confusing.

commented

@zfqy do you deal with 0 db problem?

commented
commented

image
@zfqy I think you're True. I change noise_only_percent to zero, and then i get correct results as picture shows.

commented

Does anyone know the reason why noise augmentation shows this 0dB problem?
I tried 0.0 noise_only_augmentation setting several times.
For the lower epochs there is sound in *_denoisedNdB.wav,
but for the higher epoch (long, over 50 epoch) then I got the denoised0dB.wav (which contains silence only.)