-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[train_vqvae] Can I know rationale why training sample shows as duplicate? #47
Comments
Hard to understand what you mean. Could you let me know it in more details? |
Yes. In https://github.com/rosinality/vq-vae-2-pytorch/#stage-1 Is there a reason why it shows these duplicate images? Thanks |
Does the number of images in your dataset is less than 8? Anyway, top row is input images, and the bottom row is output images from the model, so it should not be duplicated. |
No, my dataset is 3,000 images of FFHQ.
I see, it sounds like images in top row are input to vq-vae2 encoder, and images in down row are output from vq-vae2 decoder. That's what I initially understood. I got totally same/identical pictures as of input images in down row. Then, basically train_pixelsnail is for further refinement with respect to reconstruction of images? If so, then I'm confused why result from train_pixelsnail (#4 (comment)) looks poorer than result from step 1 (train_vqvae.py)???? |
No, pixelsnail is a prior that you can sample latent codes from it. So pixelsnail will allow to generate samples. |
I mean training sample in
https://github.com/rosinality/vq-vae-2-pytorch/#stage-1
Even when I ran train_vqvae with my own data set, many image files in sample folder showed as duplicate.
Initially, I thought that
images in the 1st row are original one
and images in the 2nd row are regenerated/reproduced one.
However, it looks like images from train_pixelsnail are reproduced one.
The text was updated successfully, but these errors were encountered: