Skip to content

shyam671/Twin_Auxiliary_Classifier_GAN

Repository files navigation

Twin Auxiliary Classifier GAN

Drag Racing

Requirements

  • pytorch >=0.4.0
  • torchvision ==0.2.0
  • Jupyter Notebook

Datset

  • A distribution of 1D MoG having three overlapping mixture components with modes at 0, 3, 6, and 110, and standard deviations of 1, 2, and 3, respectively.

Results

Drag Racing

    [Left]: Result of Auxiliary Classifiers GAN                [Right]: Result of Twin Auxiliary Classifiers GAN

Todo List

  • Implementing Projection cGAN.
  • Implementing all the GANs with hinge loss.
  • MMD evaluation for quantitative results.
  • Experiments with CIFAR-100 and Overlapping MNIST

Acknowledgements