Skip to content

unixpickle/vq-vae-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

vq-vae-2

This is a PyTorch implementation of Generating Diverse High-Fidelity Images with VQ-VAE-2, including their PixelCNN and self-attention priors.

To-do list

This is a work-in-progress. Here's my checklist:

  • Implement Gated PixelCNN with conditioning
  • Implement masked self-attention
  • Test PixelCNN on MNIST
  • Implement vector quantizing layer
  • Implement VQ-VAE encoder/decoder
  • Test VQ-VAE + PixelCNN on MNIST
  • Implement hierarchical VQ-VAE
  • Train hierarchical VQ-VAE on large images
  • Train top PixelCNN on large images
  • Train bottom PixelCNN on large images

About

A PyTorch implementation of the VQ-VAE-2 paper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages