lightning-hydra-template icon indicating copy to clipboard operation
lightning-hydra-template copied to clipboard

Are there any codes for training GANs?

Open DreamtaleCore opened this issue 2 years ago • 1 comments

Great job! Are there some demos or code snippets for training a GAN? Many thanks

DreamtaleCore avatar Aug 21 '22 14:08 DreamtaleCore

I don't have a GAN example with the template but here is an official lightning tutorial: https://pytorch-lightning.readthedocs.io/en/stable/notebooks/lightning_examples/basic-gan.html

I believe you could train it with src/train.py without changes if you just implement a LightningModule and LightningDataModule from that tutorial.

ashleve avatar Aug 25 '22 13:08 ashleve