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
Hi, I notice one small thing when I am running your code. It seems that when you are loading the data, you just sort according to the data length. And it seems that some audios in wsj_0 have the exact same length and it makes the mix/s1/s2 not matched.
However, I think it doesn't hurt the training since this situation is rare. I meet this problem because I want to parallel the inference stage with multiple CPUs and I get different results with the GPU version.
But thanks for your very organized code! It is very helpful to me.
The text was updated successfully, but these errors were encountered:
Hi, I notice one small thing when I am running your code. It seems that when you are loading the data, you just sort according to the data length. And it seems that some audios in wsj_0 have the exact same length and it makes the mix/s1/s2 not matched.
However, I think it doesn't hurt the training since this situation is rare. I meet this problem because I want to parallel the inference stage with multiple CPUs and I get different results with the GPU version.
But thanks for your very organized code! It is very helpful to me.
The text was updated successfully, but these errors were encountered: