Update README.md
Browse files
README.md
CHANGED
@@ -48,4 +48,7 @@ Below, we can see a few examples of MNIST digits being reconstructed after passi
|
|
48 |
|
49 |
## Discrete Latent Space
|
50 |
Below, we can see a few examples of MNIST digits being mapped to a discrete latent space.
|
51 |
-

|
|
|
|
|
|
|
|
48 |
|
49 |
## Discrete Latent Space
|
50 |
Below, we can see a few examples of MNIST digits being mapped to a discrete latent space.
|
51 |
+

|
52 |
+
|
53 |
+
## Next Steps
|
54 |
+
The keras example details of this model shows it can be paired with a PixelCNN for novel image generation. Check out the example linked above to try it yourself.
|