PyTorch implementation of Real NVP for Two Moons
This is implementation of real-valued non-volume preserving(real NVP) for Density Estimation(real NVP). I used Two Moons dataset of sklearn and tried to reproduce fig.1 in the paper.
The following results were obtained with the default setting. (command: python main.py)
Result |
The implementation is based on:
[1] https://arxiv.org/abs/1605.08803
[2] https://github.com/senya-ashukha/real-nvp-pytorch