Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 971 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 971 Bytes

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