Skip to content

The classification loss in generator #8

Description

@deeperlearner

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions