code2vec
code2vec copied to clipboard
TensorFlow code for the neural network presented in the paper: "code2vec: Learning Distributed Representations of Code"
When using the process.sh script, I can process my test and validation datasets normally, but I am unable to process my training dataset without any error output. I then added...
Hello, I am trying to evaluate the model by testing the trained model on small-java dataset. 1. I downloaded the trained model (1.4 GB) `wget https://s3.amazonaws.com/code2vec/model/java14m_model.tar.gz tar -xvzf java14m_model.tar.gz` 3....
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.0-beta1 to 2.11.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.11.1 Release 2.11.1 Note: TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting...
Hello Code2Vec team, Could you please give some hints giving a whole software of code written in different programming languages, how it's possible to apply your tool on it?
Hi @urialon, Is there a way to run Code2Vec on Javascript Benchmarks. Can you guide me how do we get Code2Vec input format for Javascript benchmarks. Currently, I am using...
Hello Code2Vec Team, You mentioned in your paper Code2Vec that there are two main challenges in your work: 1) how you can decompose a program into smaller building blocks such...
Hello. I got the following error when I tried to Evaluating with sample model to compare it with my own data set. I have looked and cannot find any information...
/job:localhost/replica:0/task:0/device:GPU:0 with 22297 MB memory: -> device: 0, name: NVIDIA GeForce RTX 3090, pci bus id: 0000:21:00.0, compute capability: 8.6 Traceback (most recent call last): File "code2vec.py", line 19, in...
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10.4 to 2.12.7.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Thank you for providing the source code to your paper, I have a question. Can this model be used to identify Java design patterns? According to my rough understanding, each...