neuralCodeCompletion
neuralCodeCompletion copied to clipboard
The implementation of the IJCAI 2018 paper: Code Completion with Neural Attention and Pointer Networks
Results
1
neuralCodeCompletion issues
Sort by
recently updated
recently updated
newest added
Hi, I am trying to reproduce the results reported in the paper, but I encounter some problems. Let me use `vanillaLSTM.py` to illustrate. I test VanillaLSTM on `JS_non_terminal.pickle` and `JS_terminal_1k_whole.pickle`,...