Skip to content

iovdin/vq-vae-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VQ-VAE

This is a lightweight (200 loc) implementation of the VQ-VAE Neural Discrete representation learning.

Training

By default it trains on cifar10

python vq-vae-img.py

Edit hyperparams, paths in source code to train on ImageNet

ImageNet reconstruction after 40k iterations (K=512, D=128)

ImageNet

License

MIT

About

VQ-VAE implementation pytorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages