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

PESQ computation takes long time #2

Open
jonashaag opened this issue Aug 10, 2020 · 1 comment
Open

PESQ computation takes long time #2

jonashaag opened this issue Aug 10, 2020 · 1 comment

Comments

@jonashaag
Copy link
Contributor

In my setup, computing PESQ of all batches takes ~50% of total training time (with DCUNet-20).

Maybe we can compute PESQ in the background (it's on CPU anyways), or compute PESQ of a subset only.

For my experiments I've changed the code to only compute PESQ of 10% of samples.

@mhlevgen
Copy link
Owner

When I trained, I didn't check time for PESQ explicitly, because it wasn't suspicious. I think 10% in training time is fine. Then after training, it's better to compute on whole data.

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

2 participants