You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vignettes/examples/index.Rmd
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ title: "Keras Examples"
39
39
|[variational_autoencoder](variational_autoencoder.html)| Demonstrates how to build a variational autoencoder. |
40
40
|[variational_autoencoder_deconv](variational_autoencoder_deconv.html)| Demonstrates how to build a variational autoencoder with Keras using deconvolution layers. |
41
41
|[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. |
42
43
43
44
<!--
44
45
| [cifar10_resnet](cifar10_resnet.html) | Trains a ResNet on the CIFAR10 dataset. |
0 commit comments