pytorch-StarGAN-VC icon indicating copy to clipboard operation
pytorch-StarGAN-VC copied to clipboard

The classification loss in generator

Open deeperlearner opened this issue 4 years ago • 0 comments

According to the original paper, image 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.

deeperlearner avatar Apr 29 '20 01:04 deeperlearner