WGANs

WGANs

Category: Generative Models
Framework: PyTorch
Dataset: MNIST
Created: February 09, 2025

Overview

From scratch implementation of WGANs

Technical Details

  • Framework: PyTorch
  • Dataset: MNIST
  • Category: Generative Models

Implementation Details

WGAN and WGAN-GP architecture in Pytorch

I implemented the WGAN and WGAN-GP using Pytorch on the flickr8000 dataset.

Wasserstein GAN Improved training with WGAN

Datasets

MNIST: Link

Frameworks:

Pytorch

Source Code

๐Ÿ“ GitHub Repository: WGANs

View the complete implementation, training scripts, and documentation on GitHub.