sp233
Results
1
issues of
sp233
Thanks for your great works. I have some doubt in the computation of adversarial loss in `solver.py:` ` spk_loss = self.advloss(spk_pred.to(self.device), emb_org) content_adv_loss = self.advloss(content_pred, emb_org) g_loss += self.lambda_cd *...