Skip to content

Commit 75949e3

Browse files
author
Jaan Altosaar
authored
Update README.md
1 parent 54bf13e commit 75949e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Variational Autoencoder / Deep Latent Gaussian Model in tensorflow and pytorch
22
Reference implementation for a variational autoencoder in TensorFlow and PyTorch.
33

4-
I recommend the PyTorch version. It includes an example of a more expressive variational family (the [inverse autoregressive flow](https://arxiv.org/abs/1606.04934).
4+
I recommend the PyTorch version. It includes an example of a more expressive variational family, the [inverse autoregressive flow](https://arxiv.org/abs/1606.04934).
55

66
Variational inference is used to fit the model to binarized MNIST handwritten digits images. An inference network (encoder) is used to amortize the inference and share parameters across datapoints. The likelihood is parameterized by a generative network (decoder).
77

0 commit comments

Comments
 (0)