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?