brendenc commited on
Commit
8c1fc94
·
1 Parent(s): afde69b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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
- ![Discrete](discrete_code.png)
 
 
 
 
48
 
49
  ## Discrete Latent Space
50
  Below, we can see a few examples of MNIST digits being mapped to a discrete latent space.
51
+ ![Discrete](discrete_code.png)
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.