File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,14 @@ and [Resampling Base Distributions of Normalizing Flows](https://arxiv.org/abs/2
13
13
* NICE ([ Dinh et al., 2014] ( https://arxiv.org/abs/1410.8516 ) )
14
14
* Real NVP ([ Dinh et al., 2016] ( https://arxiv.org/abs/1605.08803 ) )
15
15
* Glow ([ Kingma & Dhariwal, 2018] ( https://arxiv.org/abs/1807.03039 ) )
16
+ * Masked Autoregressive Flow ([ Papamakarios et al., 2017] ( https://proceedings.neurips.cc/paper/2017/hash/6c1da886822c67822bcf3679d04369fa-Abstract.html ) )
16
17
* Neural Spline Flow ([ Durkan et al., 2019] ( https://arxiv.org/abs/1906.04032 ) )
18
+ * Circular Neural Spline Flow ([ Rezende et al., 2020] ( http://proceedings.mlr.press/v119/rezende20a.html ) )
17
19
* Residual Flow ([ Chen et al., 2019] ( https://arxiv.org/abs/1906.02735 ) )
18
20
* Stochastic Normalizing Flows ([ Wu et al., 2020] ( https://arxiv.org/abs/2002.06707 ) )
19
21
22
+ Note that Neural Spline Flows with circular and non-circular coordinates
23
+ are also supported.
20
24
21
25
## Methods of Installation
22
26
You can’t perform that action at this time.
0 commit comments