From da96303ea5041fe66b0760470710e46e08cc93f5 Mon Sep 17 00:00:00 2001 From: gaikwadrahul8 <115997457+gaikwadrahul8@users.noreply.github.com> Date: Mon, 8 Jul 2024 23:29:52 +0530 Subject: [PATCH] Update broken link in README.md for keras VAE example code (#1130) Co-authored-by: Matthew Soulanille --- fashion-mnist-vae/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fashion-mnist-vae/README.md b/fashion-mnist-vae/README.md index 4f84c2a03..52c8385aa 100644 --- a/fashion-mnist-vae/README.md +++ b/fashion-mnist-vae/README.md @@ -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