community-events icon indicating copy to clipboard operation
community-events copied to clipboard

Add SN-GAN

Open AlekseyKorshuk opened this issue 3 years ago • 1 comments

This implementation based on this paper, DCGAN and crypto-panks.

Model image size upscaled in comparison with other implementations of this GAN 🤗

Solved the problem of transparency with:

  1. Using RGBA
  2. Penalizing the model for transparency

Training script supports:

  • [x] Accelerate
  • [x] Push to hub
  • [x] Weights and Biases
  • [x] Hub datasets
  • [x] All parameters from other training scripts from HugGAN

AlekseyKorshuk avatar Apr 09 '22 14:04 AlekseyKorshuk

Updated 👍

AlekseyKorshuk avatar Apr 09 '22 15:04 AlekseyKorshuk