-
Notifications
You must be signed in to change notification settings - Fork 143
Open
Description
The PixelCNN learn to model the prior q(z) in the paper and the code. For any given classes/labels, PixelCNN should model their prior q(z), as shown in the code
Line 262 in 8d123c0
| def generate(self, label, shape=(8, 8), batch_size=64): |
I first generate the index for some given classes as the codes
Line 262 in 8d123c0
| def generate(self, label, shape=(8, 8), batch_size=64): |
After I got the index q(z), I try to generate the images based on the index using the decoder in VQVAE
Line 142 in 8d123c0
| def decode(self, latents): |
However, these generated images look very unrealistic, unlike the reconstruction results.
Can we evaluate the PixelCNN based on the generated images? How can I get the realistic images based on the prior generated by PixelCNN?
Best wishes!
zhxgj, mitkina and 8Gitbrix
Metadata
Metadata
Assignees
Labels
No labels