Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 620 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 620 Bytes

simpleNALU-tf

This is a simple implementation of DeepMinds Neural Arithmetic Logic Units (NALU) paper in TensorFlow. https://arxiv.org/abs/1808.00508

Usage

1. Install the dependencies

$ pip install -r requirements.txt

2. Train the model

$ python NALU.py

3. Open the TensorBoard

To run the TensorBoard, open a new terminal and run the command below. Then, open http://localhost:6006/ on your web browser.

$ tensorboard --logdir='tmp' --port=6006

Contribution

  1. Clone/fork
  2. Push up to a new branch
  3. Submit a PR to the upstream master branch.