Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ To learn discrete latent representations, ideas from vector quantisation (VQ) ar
|
|
18 |
This model has been trained using code from this [example](https://keras.io/examples/generative/vq_vae/), and a result of this [paper.](https://arxiv.org/pdf/1711.00937.pdf)
|
19 |
|
20 |
## Model
|
21 |
-
Below we have a graphic from the paper above, showing the VQ-VAE model architecture.
|
22 |
![VQ-VAE Model](vq.png)
|
23 |
|
24 |
## Intended uses & limitations
|
|
|
18 |
This model has been trained using code from this [example](https://keras.io/examples/generative/vq_vae/), and a result of this [paper.](https://arxiv.org/pdf/1711.00937.pdf)
|
19 |
|
20 |
## Model
|
21 |
+
Below we have a graphic from the paper above, showing the VQ-VAE model architecture and quantization process.
|
22 |
![VQ-VAE Model](vq.png)
|
23 |
|
24 |
## Intended uses & limitations
|