neural_sketch icon indicating copy to clipboard operation
neural_sketch copied to clipboard

neural sketch project, currently in generative regex, list transformation (deepcoder), and text editing (robustfill) domains

Results 6 neural_sketch issues
Sort by recently updated
recently updated
newest added

I am having trouble getting started with this project. Do I need to have Anaconda installed to run this? What version of python do I need? I just keep running...

I pretrained the skech generator and dc synthesizer following the instructions with no problem, but got an error when trying evaluate the full model using `python eval/evaluate_deepcoder.py`. More specifically I...

I have a few more queries: 1. When I am running the evaluation script it gives me a warning "WARNING: right now 'eval' gives correct 'eval' test set". What does...

Hi, Thank you for your fantastic work. Can you please provide the pre-trained model for AlgoLisp Dataset

And why did you hard code the vocabulary in the algolispPrimitives.py file? Any specific reason? If I change that section of the code to read from the word.vocab file, what...

I ran the algolisp DC model with the algolisp dataset. It was running smoothly. I tried running the algolisp DC model code with a new dataset. I took care of...