Results 177 comments of Uri Alon

>Do you suggest decomposing the system method-wise and then try to predict a name for each method? Yes, this is basically what our preprocessing pipeline does automatically.

First, our code goes through all files in the directory: https://github.com/tech-srl/code2vec/blob/master/JavaExtractor/JPredict/src/main/java/JavaExtractor/App.java#L43-L47 Then, I used JavaParser to parse each file in the project, and traverse the resulting AST and extract "method...

Yes, Our newer project [Code2seq](https://github.com/tech-srl/code2seq) has a Python extractor, and the model itself is also much better. Best, Uri

It was contributed from the community, so it might be a little different. I think that by default, it was designed to process a specific dataset. However its logic is...

Hi @alsabaawi , Which model are you trying to load? What happens if you are loading our trained models? Best, Uri

Hi Sebastian, Thank you for your interest in our work! Note that the main attack we described in our paper was "white-box", in the sense that it required access to...

Hi @sebastianwgm , I am not sure. This project was implemented by @noamyft more than 3 years ago, and it is based on the code of [code2vec](https://github.com/tech-srl/code2vec) that I wrote...

Hi @GoooDte , Thank you for your interest in our work! Thank you for reporting these problems. 1. I am not sure. Can you share your keys and the exact...

I'm using: * CUDA 11.2 * faiss-gpu 1.7.2 * python 3.9 * not sure about cudatoolkit, I run it in a shared server and I can't find cudatoolkit. Questions for...