Skip to content

Releases: renan-siqueira/my-own-WGAN-GP-implementation

New Architecture of Generator and Discriminator

24 Nov 19:33
Compare
Choose a tag to compare

Features

  • Improvements in the generator architecture to maintain low-level characteristics leading to greater training stability;
  • Discriminator improvements to implement spectral normalization to improve training stability;

Improvings on v1

24 Nov 19:35
e408f8d
Compare
Choose a tag to compare

New features:

  • Implement post processing to image and video generator;

Old Features:

  • Train your own GAN with the images of your choice;

  • Generate as many images as you want after completing the training;

  • Produce videos through interpolation of the generated images;

  • If you want to upscale the generated images or video, use the --upscale argument followed by the width value;

Initial Release

06 Oct 14:30
c442531
Compare
Choose a tag to compare

Features:

  • Train your own GAN with the images of your choice;

  • Generate as many images as you want after completing the training;

  • Produce videos through interpolation of the generated images;

  • If you want to upscale the generated images or video, use the --upscale argument followed by the width value;