Skip to content

Commit

Permalink
Update broken link in README.md for keras VAE example code (#1130)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Soulanille <[email protected]>
  • Loading branch information
gaikwadrahul8 and mattsoulanille authored Jul 8, 2024
1 parent d58acdc commit da96303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fashion-mnist-vae/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This example shows you how to train a [variational autoenconder](https://blog.ke
The model will be trained on the [Fashion MNIST](https://github.com/zalandoresearch/fashion-mnist) dataset.

This example is a port of the code for a multilayer perceptron based variational
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.
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.

## Prepare the node environment:
```sh
Expand Down

0 comments on commit da96303

Please sign in to comment.