NeuralCodeSum
NeuralCodeSum copied to clipboard
Official implementation of our work, A Transformer-based Approach for Source Code Summarization [ACL 2020].
Hi, In **NeuralCodeSum**, inappropriate dependency versioning constraints can cause risks. Below are the dependencies and version constraints that the project is using ``` numpy tqdm nltk prettytable torch>=1.3.0 ``` The...
- I needed to update transformer model to work with an integer `max_relative_pos` - I needed to update data stat generator (this was necessary only in a Mac).
Hello @wasiahmad, May I ask for your qualitative examples in your paper, how did you obtain the original code body for examples? I found that the code in code.original is...