Skip to content

How can i implement multiple updates of discriminator before a single update of generator in the train_step(engine, data)? #3189

@yuanxiqd

Description

@yuanxiqd

As claimed in the title, how can i implement multiple updates of discriminator before a single update of generator in the train_step(engine, data)?

As a common strategy of training GAN, we can do multiple updates of discriminator before a single update of generator to improve the training performance. So, how can this strategy be realized in the framework of ignite?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions