community-events
community-events copied to clipboard
Add SN-GAN
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:
- Using RGBA
- 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
Updated 👍