AEGeAN
DCGAN extension
This project develops an extension of the DCGAN architecture to improve stability and performance through parallel training and autoencoder losses.
Deeper DCGAN with AE stabilization
38 stars
3 watching
3 forks
Language: Python
last commit: 8 months ago Related projects:
Repository | Description | Stars |
---|---|---|
mattya/chainer-dcgan | Generates images using a Deep Convolutional Generative Adversarial Network (DCGAN) algorithm | 935 |
dribnet/portrain-gan | A Python implementation of a Generative Adversarial Network (GAN) model used to generate portraits from latent codes. | 40 |
google-research/xmcgan_image_generation | This implementation enables text-to-image generation by leveraging cross-modal contrastive learning. | 98 |
akanimax/pro_gan_pytorch | Implementation of a deep learning model for generating high-quality images with improved stability and variation. | 536 |
ypxie/hdgan | A PyTorch implementation of an adversarial network for generating high-definition images from text descriptions. | 150 |
carpedm20/discogan-pytorch | A PyTorch implementation of a Generative Adversarial Network (GAN) for discovering cross-domain relations. | 1,084 |
byungkwanlee/moai | Improves performance of vision language tasks by integrating computer vision capabilities into large language models | 311 |
byungkwanlee/collavo | Develops a PyTorch implementation of an enhanced vision language model | 93 |
ahgamut/cpython | The Python programming language implementation | 32 |
luoxier/cyclegan_tensorlayer | Re-implements CycleGAN using TensorLayer with improvements such as data augmentation and resize convolution | 89 |
dmitryulyanov/age | This repository provides code for training Generative Adversarial Networks (GANs) for various image datasets, including face generation. | 285 |
gink03/alt-i2v | An implementation of a deep learning-based image representation learning approach using a modified fully connected layer and transfer learning from VGG16 | 34 |
cemoody/topicsne | An implementation of t-SNE in PyTorch for MNIST dataset analysis | 473 |
pyos/dg | A programming language compiler for CPython bytecode | 576 |
akrennmair/gopcap | A wrapper around libpcap to enable network packet capture and analysis in Go | 489 |