Skip to content

wrong discriminator is freezed #3

Description

@Kanbe-Kotori

In L468 of gan_aug_cifar_sm.py, the model that should be frozen is discriminator_aug, while the one that is actually frozen is discriminator. Obviously, the discriminator does not appear below, while discriminator_aug not only appears, but also be updated by g_loss, so I would like to know whether the "Freeze D" mentioned in the proposed algorithm is implemented correctly?

This problem seems also occur in the code of GANs corresponding to other datasets.

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