-
Hi,
I am currently working on a research project regarding code similarity. For that, it would be really helpful for us if we could get the whole AST. From the code, I can get different number attent…
-
When I try to run the pre trained model from S3 to manually examine the model following errors is coming:
-
Since we want to use [code2vec](https://arxiv.org/pdf/1803.09473.pdf), we need an implementation of it. There are quite many published implementations at the moment and we need a review with pros and …
-
Read the following papers:
- [A General Path-Based Representation for Predicting Program Properties](https://arxiv.org/pdf/1803.09544.pdf)
- [code2seq: Generating Sequences from Structured Represent…
-
Develop concept how programs are representation as vectors in order to learn a security type system.
-
Hi, thanks for this great work! Can you clarify the below issue? This is the Stack trace for an error I am facing when I run `train.sh`. Any ideas on why this is happening?
```
Number of trainable…
-
Hello, @sonoisa ! I was excited when I saw that your implementation of code2vec is based on PyTorch and even planned to use it in my research. However, all comments as well as commit messages are in J…
-
Training includes several sub-problems:
1. Choose split of dataset
2. Choose a metric for evaluation
3. Choose hyperparameters
-
Hi! I tried to run code2vec model and faced with problem associated with mistake in README
I used trained model from https://s3.amazonaws.com/code2vec/model/java14m_model.tar.gz
When I run:
`pyt…
-
I want to embedding AST tree nodes to vector.Would you mind helping me?Thank you