From 77cd81911d907475c06e3c89deb56a441ba66072 Mon Sep 17 00:00:00 2001 From: TimSalimans Date: Thu, 1 Feb 2018 16:17:30 -0800 Subject: [PATCH 1/2] add co-authors --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d1f04e..874c5e8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Improve Variational Inference with Inverse Autoregressive Flow -Code for reproducing key results in the paper [Improving Variational Inference with Inverse Autoregressive Flow](http://arxiv.org/abs/1606.04934) by Diederik P. Kingma, Tim Salimans and Max Welling. +Code for reproducing key results in the paper [Improving Variational Inference with Inverse Autoregressive Flow](http://arxiv.org/abs/1606.04934) by Diederik P. Kingma, Tim Salimans, Rafal Jozefowicz, Xi Chen, Ilya Sutskever, and Max Welling. ## Prerequisites From a026ee13ddcc0e7083e2c313e87662ef4af66833 Mon Sep 17 00:00:00 2001 From: Christopher Hesse Date: Wed, 21 Nov 2018 15:54:26 -0800 Subject: [PATCH 2/2] update README with repo status --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 874c5e8..6b903bb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +**Status:** Archive (code is provided as-is, no updates expected) + # Improve Variational Inference with Inverse Autoregressive Flow Code for reproducing key results in the paper [Improving Variational Inference with Inverse Autoregressive Flow](http://arxiv.org/abs/1606.04934) by Diederik P. Kingma, Tim Salimans, Rafal Jozefowicz, Xi Chen, Ilya Sutskever, and Max Welling.