Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 515 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 515 Bytes

Graph Conditioned Sparse-Attention for Improved Source Code Understanding

This is the official repository for the paper "Graph Conditioned Sparse-Attention for Improved Source Code Understanding".

Run

Enter the script folders and run the run.sh, the training and testing will start. Modify the shell file for only validating or testing.

#GPU: gpu device ids

#NAME: name of the model

Java:

cd ./scripts/java

bash run.sh #GPU #NAME

Python:

cd ./scripts/python

`bash run.sh #GPU #NAME