pit-speech-separation icon indicating copy to clipboard operation
pit-speech-separation copied to clipboard

Hello, I have a question...

Open aishoot opened this issue 7 years ago • 1 comments
trafficstars

Hi, Sun Sining: I want to ask you a question in the line 103 of local/gen_tfreords.py. The line "labels = np.concatenate((s1_abs * np.cos(mix_angle - s1_angle), s2_abs * np.cos(mix_angle - s2_angle)), axis = 1)" means that you want to compute PSM(phase sensitive mask), right? If so, why not compute as "labels = np.concatenate((s1_abs / mix_abs * np.cos(mix_angle - s1_angle), s2_abs / mix_abs * np.cos(mix_angle - s2_angle)), axis = 1)"?

aishoot avatar Aug 19 '18 15:08 aishoot

Thanks, I got it...

aishoot avatar Aug 20 '18 15:08 aishoot