code2seq
code2seq copied to clipboard
Code for the model presented in the paper: "code2seq: Generating Sequences from Structured Representations of Code"
Bumps commons-io from 1.3.2 to 2.7. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10.4 to 2.12.7.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Hello. MAX_PATH_LENGTH is referenced from config.py in line 17 of interactive_predict.py. Therefore, MAX_PATH_LENGTH in line 5 don't need. Also, shouldn't MAX_PATH_WIDTH in line 5 be referenced in line 17? Please...