-
Notifications
You must be signed in to change notification settings - Fork 232
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
lsnr is not used, what is the use of this variable? #55
Comments
This is a frame-level SNR prediction. This can be used for a voice detection or to turn of the decoder/dfnet for parts where we only have noise (e.g. here) |
Oh yea. It should be off, i.e. the other way round. The PR that I linked is not merged and could have some bugs. But what the paper states is enforced via alpha.
and here DeepFilterNet/DeepFilterNet/df/loss.py Line 262 in ae55008
|
lsnr = self.lsnr_fc(emb) * self.lsnr_scale + self.lsnr_offset
i found in the code, this variable is calculated, but not used for loss and other place ,so what is the use of this target?
The text was updated successfully, but these errors were encountered: