Skip to content

Commit 0521725

Browse files
Update Broken Link In README.md For Keras Python Code In Addition RNN in Webworker Example (#1260)
Co-authored-by: Matthew Soulanille <[email protected]>
1 parent 5417aa1 commit 0521725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addition-rnn-webworker/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ This example uses an RNN to compute (in a worker thread) the addition of two int
44
string => string translation. Obviously it's not the best way to add two
55
numbers, but it makes a fun example. In this way, we can do long-running computation without blocking the UI thread.
66

7-
Note: This example is based on the addition-rnn [example](https://github.com/tensorflow/tfjs-examples/tree/master/addition-rnn) in this repo, which is based on the original Keras python code [here](https://github.com/keras-team/keras/blob/master/examples/addition_rnn.py)
7+
Note: This example is based on the addition-rnn [example](https://github.com/tensorflow/tfjs-examples/tree/master/addition-rnn) in this repo, which is based on the original Keras python code [here](https://github.com/keras-team/keras-io/blob/master/examples/nlp/addition_rnn.py)
88

99
[See this example live!](https://storage.googleapis.com/tfjs-examples/addition-rnn/dist/index.html)

0 commit comments

Comments
 (0)