Pytorch-lightning: How to use pytorch-lightning to run GAN?

Created on 7 May 2020  Â·  3Comments  Â·  Source: PyTorchLightning/pytorch-lightning

I want to implement GAN by pytorch-lightning, but I not found the demo.

question

Most helpful comment

Hi, how to train discriminator k times and train generator 1 time in training step? I have found no such demo and do not know how to implement it

All 3 comments

Hi! thanks for your contribution!, great first issue!

the readme has a GAN demo on the first few lines...

Hi, how to train discriminator k times and train generator 1 time in training step? I have found no such demo and do not know how to implement it

Was this page helpful?
0 / 5 - 0 ratings