model.py: Contains the Generator, Discriminator, and GAN LightningModule.data.py: Loads and preprocesses the MNIST dataset using PyTorch Lightning DataModule.train.py: Training script (5 epochs by default).Posted Oct 1, 2025
Implemented a Conditional GAN for MNIST using PyTorch Lightning.
1
0
May 6, 2025 - May 22, 2025