vq-vae-2-pytorch
vq-vae-2-pytorch copied to clipboard
Struggling to figure out why model learns for 3 images but not 4
trafficstars
Hey guys,
This might be a silly question but I was testing this out on images of sneakers. Works well for 1, 2 or 3 sneakers but for some reason it never learns anything for 4 images or above.

I've tried multiple variations of images to no success.
Any ideas?
Hi Steve,
Are those images created with the python train_vqvae.py [DATASET PATH] command? If so I think that you have specified for the evaluator to only reconstruct 3/4 images to view. The images on the left are the input images and the images on the right are the reconstructed images. If you train for a few more epochs you should have much better results.