deepcoder
deepcoder copied to clipboard
Deepcoder paper implementation
I got this error running: ./deepcoder/scripts/gen-datasets.sh ``` File "/Users/davidlaxer/anaconda3/lib/python3.8/multiprocessing/reduction.py", line 60, in dump ForkingPickler(file, protocol).dump(obj) _pickle.PicklingError: Can't pickle : attribute lookup on deepcoder.dsl.impl failed ``` I am on OS X...
Hello, under what license is this project released under ? I would like to study it to learn from it. Thank you.
- [x] refactor dfs to take in multiple input/output examples - [x] consider # nodes explored instead of wall time
- [x] Fix semantics of Variable - [x] iterate_inputs typemap is called with both a dict of type -> Variable list and a dict of type -> int index list....
- [ ] 2d embedding visualization - [ ] neural network prediction of example program - [ ] training summary (not provided in paper) - [ ] search speedups (dfs...