dimkal89/rvae

Visualize results

MFalam opened this issue · 1 comments

Thank you very much for providing the codes of your great work.

I am trying to reproduce the results of your work. As you explained I run sh run_experiments.sh -m RVAE -d mnist -l 10 -c 1 for MNIST experiments. Now, I would like to visualize some results similar to Figure 5 in your paper.

RVAE

I will be appreciated if you guide me on how to plot such figures.
Thank you and I'm looking forward to reading your answer.

Hi there. Thank you for your interest in our work.

All the utilities you need to produce visualizations are in the ./rvae/visualization/visualization.py script. For this plot you will need to look at the plot_latent_space() function in that script.

Hope this helps!