We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf63a7c commit d58acdcCopy full SHA for d58acdc
translation/README.md
@@ -41,7 +41,7 @@ The model was trained in Node.js with Tensorflow.js, which the model code is con
41
python python/translation.py ${DATA_PATH}
42
```
43
44
-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)
45
example.
46
47
## LAUNCH DEMO
0 commit comments