Skip to content

ssumin6/real_nvp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

real_nvp

This is pytorch implementation of Real NVP[1] paper for toy dataset.

Environment

  • python 3
  • pytorch 3.6

Implementation Results

Ground Truth x predicted x
GT x x'
z' = f(x) z ~ p(z)
z' z

loss_graph

[1] Density estimation using Real NVP(https://arxiv.org/abs/1605.08803)

About

Density Estimation using Real NVP (ICLR'17) pytorch implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages