Skip to content
This repository was archived by the owner on Mar 22, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ directory, provided that you have cloned the saved model checkpoints in `tasks/a
This will drop you into a REPL, where you can enter two numbers to be added, and step through the
predicted execution trace.

Note that for the time being, numbers much be smaller than 1000000000. This is not because of any
Note that for the time being, numbers must be smaller than 1000000000. This is not because of any
limitations on the part of the NPI, but because of the backend helper functions that display the
trace.

Expand Down Expand Up @@ -237,4 +237,4 @@ call to "ADD 18 7":
Model Output: 18 + 7 = 25
Correct Out : 18 + 7 = 25
Correct!
```
```
23 changes: 23 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# tensorflow==0.11.0

# https://github.com/tensorflow/tensorflow/blob/v0.11.0/tensorflow/g3doc/get_started/os_setup.md
#
# Specifically, I use the following command
#
# Ubuntu/Linux 64-bit, CPU only, Python 2.7
# $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0-cp27-none-linux_x86_64.whl
#
# Ubuntu/Linux 64-bit, GPU enabled, Python 2.7
# Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see "Install from sources" below.
# $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0-cp27-none-linux_x86_64.whl
#
# Python 2
# $ sudo pip install --upgrade $TF_BINARY_URL

tflearn==0.2.1
scipy==1.1.0
h5py==2.8.0