You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: