generative-models
Generative models
Annotated implementations of various deep generative models using PyTorch
Annotated, understandable, and visually interpretable PyTorch implementations of: VAE, BIRVAE, NSGAN, MMGAN, WGAN, WGANGP, LSGAN, DRAGAN, BEGAN, RaGAN, InfoGAN, fGAN, FisherGAN
499 stars
16 watching
75 forks
Language: Jupyter Notebook
last commit: about 6 years ago autoencoderbegandiscriminatordraganfganfishergangangenerative-adversarial-networkgenerative-modelsinfoganlsganmachine-learningmmgannsganpythonpytorchraganvaewassersteinwgan
Related projects:
Repository | Description | Stars |
---|---|---|
carpedm20/discogan-pytorch | A PyTorch implementation of a Generative Adversarial Network (GAN) for discovering cross-domain relations. | 1,084 |
akanimax/pro_gan_pytorch | Implementation of a deep learning model for generating high-quality images with improved stability and variation. | 537 |
mailmahee/pytorch-generative-adversarial-networks | An implementation of Generative Adversarial Networks in PyTorch for generating realistic data from a given distribution. | 32 |
wohlert/generative-query-network-pytorch | A PyTorch implementation of a Generative Query Network model for generating 3D scenes and rendering them in various styles. | 322 |
yunishi3/3d-fcr-alphagan | This project aims to develop a generative model for 3D multi-object scenes using a novel network architecture inspired by auto-encoding and generative adversarial networks. | 103 |
jayleicn/animegan | A PyTorch implementation of Generative Adversarial Networks for anime face drawing | 1,281 |
wiseodd/generative-models | A collection of software frameworks and implementations for training generative models using GANs, VAEs, RBMs, and other techniques. | 7,343 |
l0sg/relational-rnn-pytorch | An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 245 |
gmalivenko/pytorch2keras | Converts PyTorch models to Keras models | 858 |
rdspring1/pytorch_gbw_lm | Trains a large-scale PyTorch language model on the 1-Billion Word dataset | 123 |
dl-it/generative_zoo | A collection of generative models implemented in Python using PyTorch | 54 |
junyanz/bicyclegan | A PyTorch implementation of an image-to-image translation model that generates new images from paired training data. | 1,488 |
zhanghang1989/pytorch-encoding | A Python framework for building deep learning models with optimized encoding layers and batch normalization. | 2,043 |
ptrblck/prog_gans_pytorch_inference | Reproducible PyTorch inference of the Progressive Growing of GANs model using CelebA training snapshot | 322 |
randl/shufflenetv2-pytorch | An implementation of a lightweight convolutional neural network architecture for mobile devices | 191 |