Skip to content

Commit

Permalink
Update broken link for lstm_seq2seq hyperlink in README.md (#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaikwadrahul8 authored Jul 8, 2024
1 parent cf63a7c commit d58acdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d58acdc

Please sign in to comment.