-
Hi,
First of all, I would like to thank you for this good job, it is awesome!
Then I would like to ask two questions:
1. I want to train a model of the name convention of the test suite. What…
-
Hi Uri,
I'm confused about code vecor and target embedding. In Readme:
```
Exporting the trained target (method name) embeddings:
python3 code2vec.py --load models/java14_model/saved_model_iter8…
-
* Title: Code2Vec: learning distributed representations of code
* Author(s): TBD
* Short description: Paper review of [learning distributed representations of code](https://arxiv.org/pdf/1803.09473)…
-
![72053169_489021454982559_1453171119103148032_n](https://user-images.githubusercontent.com/12729443/66088521-ae542900-e57b-11e9-8ba0-084a88d783c7.jpg)
the function signature isnt included which ma…
-
Hi, first of all, huge 👍 for building this project! It is so handy, especially, when working with [code2vec](https://code2vec.org)!
I tried to add Ruby support on my local fork using [these](https…
-
Hi, I am trying to extend code2vec for Javascript. So far,I have been able to extract paths. I have a few questions about the final form of my_dataset.val.c2v.
What was the hash function used for pat…
-
After installing babel fish, and doing some modifications to the source code (e.g., I changed `Node` for `node` in `bblfsh.node` in `/structures/extended_node.py` file) I did:
```
>>> import bblfs…
-
Hi,
Thanks for opening source this, it's great work.
However, I encountered some problems when I wanted to reproduce the results. I went through these 3 tasks folders and didn't find the prepro…
-
See #2
- [x] Find compatible C code parser (that can be used with Python)
- [x] Extract entity counts to generate features
- [x] Explore feasibility of using AST as a feature (this is basically …
-
## Training ##
- 50/50 split (logs/no logs)
- Assume Apache Hadoop as ground truth.
- Parse with AST
- 2000- 4000 samples
## Validation ##
- "honest" to ground truth
- probably 90/10 split
…