From ae9a820e92a669970ee50829b8505bac76c56cf1 Mon Sep 17 00:00:00 2001 From: colcarroll Date: Tue, 7 Nov 2023 12:07:59 -0800 Subject: [PATCH] Fix typo in citation. PiperOrigin-RevId: 580258758 --- .../python/experimental/vi/automatic_structured_vi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow_probability/python/experimental/vi/automatic_structured_vi.py b/tensorflow_probability/python/experimental/vi/automatic_structured_vi.py index fca05b0f71..df713787d4 100644 --- a/tensorflow_probability/python/experimental/vi/automatic_structured_vi.py +++ b/tensorflow_probability/python/experimental/vi/automatic_structured_vi.py @@ -509,7 +509,7 @@ def model_fn(): #### References - [1]: Luca Ambrogioni, Kate Line, Emily Fertig, Sharad Vikram, Max Hinne, + [1]: Luca Ambrogioni, Kate Lin, Emily Fertig, Sharad Vikram, Max Hinne, Dave Moore, Marcel van Gerven. Automatic structured variational inference. _arXiv preprint arXiv:2002.00643_, 2020 https://arxiv.org/abs/2002.00643