simplespy / SCAN-from-betaVAE

Pytorch implementation of SCAN: Learning Abstract Hierarchical Compositional Visual Concepts
21 stars 2 forks source link

Reproducibility? #1

Open Prasanna1991 opened 6 years ago

Prasanna1991 commented 6 years ago

Hi,

Very good repo. I am also doing some experiments with beta-VAE and your work was helpful. However, I couldn't reproduce the shape as you are showing in one of the notebooks (Peiyao_Sheng_beta_VAE.ipynb). Did you reproduce that using 5000 training samples and in 260 epochs? Or some other configurations were used?

Thanks.

simplespy commented 6 years ago

Hi, I review my log and find that the reconstruction results using 5000 training samples is not good enough so I tried larger size of training set, the result shown in Figure 'reconstruction_260.png' uses train_set = 695810, test_set = 4975. I will revise my report to point it out, thanks.

Prasanna1991 commented 6 years ago

Thanks for the info. Good repo though.