drethage / speech-denoising-wavenet

A neural network for end-to-end speech denoising
MIT License
673 stars 165 forks source link

Denoised audio 0db on NSDTSEA #28

Open zfqy opened 5 years ago

zfqy commented 5 years ago

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.

ffxz commented 5 years ago

@zfqy do you deal with 0 db problem?

zfqy commented 5 years ago

Nope, but I discover a phenomenon that the denoised results are more likely to be silence with more epochs input into training process. Some input audio pieces are randomly set to be zero in the code with the rate 10% ( config.json : "noise_only_percent": 0.1), I haven't tried this yet but you could try and set it to zero.

Good luck.

------------------ 原始邮件 ------------------ 发件人: "FFXZ"notifications@github.com; 发送时间: 2019年1月2日(星期三) 晚上10:15 收件人: "drethage/speech-denoising-wavenet"speech-denoising-wavenet@noreply.github.com; 抄送: "若水"649977910@qq.com; "Mention"mention@noreply.github.com; 主题: Re: [drethage/speech-denoising-wavenet] Denoised audio 0db on NSDTSEA(#28)

@zfqy do you deal with 0 db problem?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

ffxz commented 5 years ago

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

zfqy commented 5 years ago

Congratulations bro. Thanks for your consideration and it helps me indeed.

------------------ 原始邮件 ------------------ 发件人: "FFXZ"notifications@github.com; 发送时间: 2019年1月3日(星期四) 上午10:58 收件人: "drethage/speech-denoising-wavenet"speech-denoising-wavenet@noreply.github.com; 抄送: "若水"649977910@qq.com; "Mention"mention@noreply.github.com; 主题: Re: [drethage/speech-denoising-wavenet] Denoised audio 0db on NSDTSEA(#28)

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

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

NAM-hj commented 5 years ago

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