Skip to content
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

Trigger conditions err_info->Nutterances < 1 #25

Closed
luyan66 opened this issue Apr 26, 2021 · 1 comment
Closed

Trigger conditions err_info->Nutterances < 1 #25

luyan66 opened this issue Apr 26, 2021 · 1 comment

Comments

@luyan66
Copy link

luyan66 commented Apr 26, 2021

    if (err_info->Nutterances < 1)
    {
        /*printf ("Processing error!\n");*/
        /*exit (1);*/
        PyErr_SetString(PyExc_RuntimeError, "processing error!");
    }

Log print warnings.warn('Processing Error! return NaN........')
use older version, i see it stop at conditions err_info->Nutterances < 1 processing error! WHY?
but if i change metric="pesq" to metric="" ,training is ok!

@luyan66 luyan66 closed this as completed Apr 26, 2021
@luyan66
Copy link
Author

luyan66 commented Apr 26, 2021

sorry, i got this promblem when i use DeepComplexUNet(sweetcocoa/DeepComplexUNetPyTorch#8)
DeepComplexUNet use this pesq as it's metric

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant