wang1612

Results 2 comments of wang1612

@auspicious3000 Could you check my codes of SEA training loss below: mask_sp_real = ~sequence_mask(len_real, cep_real0.size(1))# cep_real0 is MFCC that do not cut by [:, 0:20] mask = (~mask_sp_real).float() self.P =...

@auspicious3000 But I did not use SEA and the same problem occurred. Do you know the reason?