Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,8 @@ This model has been trained using code from this [example](https://keras.io/exam
|
|
19 |
|
20 |
## Model
|
21 |
Below we have a graphic from the paper above, showing the VQ-VAE model architecture.
|
22 |
-
[
|
|
|
23 |
## Intended uses & limitations
|
24 |
|
25 |
This model is intended to be used for educational purposes. To train your own VQ-VAE model, follow along with this [example](https://keras.io/examples/generative/vq_vae/)
|
|
|
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
|
25 |
|
26 |
This model is intended to be used for educational purposes. To train your own VQ-VAE model, follow along with this [example](https://keras.io/examples/generative/vq_vae/)
|