Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.23 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.23 KB

No Maintenance Intended TensorFlow Requirement: 1.x TensorFlow 2 Not Supported

Brain Coder

Authors: Daniel Abolafia, Mohammad Norouzi, Quoc Le

Brain coder is a code synthesis experimental environment. We provide code that reproduces the results from our recent paper Neural Program Synthesis with Priority Queue Training. See single_task/README.md for details on how to build and reproduce those experiments.

Installation

First install dependencies seperately:

Note: even if you already have these dependencies installed, make sure they are up-to-date to avoid unnecessary debugging.

Building

Use bazel from the top-level repo directory.

For example:

bazel build single_task:run

View README.md files in subdirectories for more details.