From d58acdca6514bbc1c7caa393bc94f4a2d2b25ec1 Mon Sep 17 00:00:00 2001 From: gaikwadrahul8 <115997457+gaikwadrahul8@users.noreply.github.com> Date: Mon, 8 Jul 2024 22:43:52 +0530 Subject: [PATCH] Update broken link for lstm_seq2seq hyperlink in README.md (#1168) --- translation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translation/README.md b/translation/README.md index cbce9e3b2..76a9c8ebd 100644 --- a/translation/README.md +++ b/translation/README.md @@ -41,7 +41,7 @@ The model was trained in Node.js with Tensorflow.js, which the model code is con python python/translation.py ${DATA_PATH} ``` -The model was trained in Python Keras, based on the [lstm_seq2seq](https://github.com/keras-team/keras/blob/master/examples/lstm_seq2seq.py) +The model was trained in Python Keras, based on the [lstm_seq2seq](https://github.com/keras-team/keras-io/blob/master/examples/nlp/lstm_seq2seq.py) example. ## LAUNCH DEMO