Skip to content

Commit 48cd382

Browse files
authored
Update README.md
1 parent a1bc8dd commit 48cd382

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ASTNN--A Novel Neural Source Code Representation based on Abstract Syntax Tree
2-
This repository includes the code and experimental data in our paper titled "A Novel Neural Source Code Representation based on Abstract Syntax Tree" that will be presented at ICSE'2019. It can be used to encode code fragments into supervised vectors for various source code related tasks. We have applied the representation in two common tasks: source code classification and code clone detection. It is also expected to be helpful in more tasks.
2+
This repository includes the code and experimental data in our paper entitled "A Novel Neural Source Code Representation based on Abstract Syntax Tree" that will be presented at ICSE'2019. It can be used to encode code fragments into supervised vectors for various source code related tasks. We have applied our neural source code representation to two common tasks: source code classification and code clone detection. It is also expected to be helpful in more tasks.
33

44
### Requirements
55
+ python 3.6<br>
@@ -9,7 +9,9 @@ This repository includes the code and experimental data in our paper titled "A N
99
+ pytorch 0.3.1<br>
1010
+ pycparser 2.18<br>
1111
+ javalang 0.11.0<br>
12+
+ RAM 16GB or more
1213
+ GPU with CUDA support is also needed
14+
+ BATCH_SIZE should be configured based on the GPU memory size
1315

1416
### How to install
1517
Install all the dependent packages via pip:

0 commit comments

Comments
 (0)