anordertoreclaim / PixelCNNLinks
PyTorch implementation of gated PixelCNN
☆59Updated last year
Alternatives and similar repositories for PixelCNN
Users that are interested in PixelCNN are comparing it to the libraries listed below
Sorting:
- A naive implementation of PixelCNN in Pytorch as described in A Oord et. al.☆63Updated 5 years ago
- [CVPR 2021 Oral] Official PyTorch implementation of Soft-IntroVAE from the paper "Soft-IntroVAE: Analyzing and Improving Introspective Va…☆198Updated 3 years ago
- A PyTorch implementation of ViTGAN based on paper ViTGAN: Training GANs with Vision Transformers.☆177Updated 3 years ago
- PyTorch implementation of PixelCNN from "Pixel Recurrent Neural Networks"☆43Updated 4 years ago
- Unofficial Implementation of "Denoising Diffusion Probabilistic Models" in PyTorch(Lightning)☆91Updated 5 years ago
- Code for the paper "Guided Image Generation with Conditional Invertible Neural Networks" (2019)☆101Updated 5 years ago
- Sliced Wasserstein Distance (SWD) in PyTorch☆115Updated 6 years ago
- Fred's PhD Thesis Project: VQ VAE 2 Image Compression☆31Updated 5 years ago
- PyTorch implementation of VQ-VAE-2 from "Generating Diverse High-Fidelity Images with VQ-VAE-2"☆165Updated 2 years ago
- Implementation of various DDPM papers to understand how they work☆89Updated 8 months ago
- An unofficial toy implementation for NVAE 《A Deep Hierarchical Variational Autoencoder》☆113Updated 4 years ago
- Conditional Generative model (Normalizing Flow) and experimenting style transfer using this model☆79Updated 3 years ago
- Denoising Diffusion Implicit Models☆28Updated 4 years ago
- Pytorch implementations of generative models: VQVAE2, AIR, DRAW, InfoGAN, DCGAN, SSVAE☆93Updated 4 years ago
- PyTorch implementation of D2C: Diffuison-Decoding Models for Few-shot Conditional Generation.☆125Updated 3 years ago
- An unofficial Pytorch implementation of SNGAN, achieving IS of 8.21 and FID of 14.21 on CIFAR-10.