You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 10, 2022. It is now read-only.
Im trying to replicate the Mixture of Gaussians results from your paper but cant seem to get it to mix between the two modes. I've tried with two gaussians at (-10, 0) and (10, 0) each of which have diagonal covariances with ones down the diagonal. I've also tried the same two gaussians from the paper.
I'm currently using the same network structure as is in your IPython notebook and am training for 5000 iterations with 200 samples per iteration.
I've tried adding a temperature and annealing that as well but that hasn't seemed to help.
It also seems to be running extremely slowly, taking 30 minutes to train on cpu. Is this normal or am I doing something wrong?
I've attached my code and images of the samples drawn after training. As you can see the samples only explore one of the two modes.