jjery2243542 / voice_conversion

246 stars 67 forks source link

Issue about fuction solver.cal_loss #22

Closed poor1017 closed 4 years ago

poor1017 commented 4 years ago

Hi @jjery2243542

I found in function solver.cal_loss:

'logits' dimention is: [batch, n_spkers * enc_len] 'y_true' dimention is: [batch, n_spkers]

Why this mimatch can work well?

Thank you

poor1017 commented 4 years ago

Because I changed the 'seg len'.