You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: addition-rnn-webworker/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,6 @@ This example uses an RNN to compute (in a worker thread) the addition of two int
4
4
string => string translation. Obviously it's not the best way to add two
5
5
numbers, but it makes a fun example. In this way, we can do long-running computation without blocking the UI thread.
6
6
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)
8
8
9
9
[See this example live!](https://storage.googleapis.com/tfjs-examples/addition-rnn/dist/index.html)
0 commit comments