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
According to the original paper,
line 206 and 207 in solver.py should be changed into following: out_cls = self.C(x_fake) g_loss_cls = CELoss(input=out_cls, target=speaker_idx_trg)
so that the g_loss_cls would train the generator.
The text was updated successfully, but these errors were encountered:
According to the original paper,
line 206 and 207 in solver.py should be changed into following:
out_cls = self.C(x_fake)
g_loss_cls = CELoss(input=out_cls, target=speaker_idx_trg)
so that the g_loss_cls would train the generator.
The text was updated successfully, but these errors were encountered: