-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Denoised audio 0db on NSDTSEA #28
Comments
@zfqy do you deal with 0 db problem? |
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.
|
|
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.
|
Does anyone know the reason why noise augmentation shows this 0dB problem? |
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.
The text was updated successfully, but these errors were encountered: