Skip to content

Commit da96303

Browse files
Update broken link in README.md for keras VAE example code (#1130)
Co-authored-by: Matthew Soulanille <[email protected]>
1 parent d58acdc commit da96303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fashion-mnist-vae/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This example shows you how to train a [variational autoenconder](https://blog.ke
55
The model will be trained on the [Fashion MNIST](https://github.com/zalandoresearch/fashion-mnist) dataset.
66

77
This example is a port of the code for a multilayer perceptron based variational
8-
autoencoder from this link https://github.com/keras-team/keras/blob/master/examples/variational_autoencoder.py See [this tutorial](https://blog.keras.io/building-autoencoders-in-keras.html) for a description of how autoencoders work.
8+
autoencoder from this link https://github.com/keras-team/keras-io/blob/master/examples/generative/vae.py See [this tutorial](https://blog.keras.io/building-autoencoders-in-keras.html) for a description of how autoencoders work.
99

1010
## Prepare the node environment:
1111
```sh

0 commit comments

Comments
 (0)