Skip to content

Commit a7646d8

Browse files
authored
Merge pull request #642 from rstudio/vq_vae
add VQ-VAE example
2 parents 7a1395a + b3ab586 commit a7646d8

File tree

3 files changed

+452
-0
lines changed

3 files changed

+452
-0
lines changed

vignettes/examples/index.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ title: "Keras Examples"
3939
| [variational_autoencoder](variational_autoencoder.html) | Demonstrates how to build a variational autoencoder. |
4040
| [variational_autoencoder_deconv](variational_autoencoder_deconv.html) | Demonstrates how to build a variational autoencoder with Keras using deconvolution layers. |
4141
| [tfprob_vae](tfprob_vae.html) | A variational autoencoder using TensorFlow Probability on Kuzushiji-MNIST. |
42+
| [vq_vae](vq_vae.html) | Discrete Representation Learning with VQ-VAE and TensorFlow Probability. |
4243

4344
<!--
4445
| [cifar10_resnet](cifar10_resnet.html) | Trains a ResNet on the CIFAR10 dataset. |

0 commit comments

Comments
 (0)