lucidrains / vector-quantize-pytorch

Vector (and Scalar) Quantization, in Pytorch
MIT License
2.12k stars 179 forks source link

How to generate image using this repository #134

Open tsWen0309 opened 2 weeks ago

tsWen0309 commented 2 weeks ago

HI, I am a rookie in this area, and I'm learning the original VQ-VAE. According to the original paper, how can I generate images using PixelCNN after finishing training the codebook? Can you provide same samples?