code2vec icon indicating copy to clipboard operation
code2vec copied to clipboard

TensorFlow code for the neural network presented in the paper: "code2vec: Learning Distributed Representations of Code"

Results 33 code2vec issues
Sort by recently updated
recently updated
newest added

Came here from https://youtu.be/EJ8okcxL2Iw?t=426 The talk says there are **token vectors** and **path vectors**. I know what an AST is, but I am not that proficient in AI to answer...

Hi Dr.Alon, I have my own Java dataset and I am trying to preprocess it with the given Script. I have changed the path directories in the script.I get the...

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.0-beta1 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies
python

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10.4 to 2.12.6.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.9.10.4&new-version=2.12.6.1)](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...

dependencies
java

I use astminer to generate C data for feeding code2vec. And the dataset is from https://github.com/intel/neuro-vectorizer . However, PRECISION, RECALL, and F1 are always zero when training. I use the...

Hello, Thank you again for sharing this project with us! I have a question. When I run the "Preprocess.sh" script, all the java files in train folder union all and...

Hello, Whenever I attempt to continue training a pre-trained model using `python code2vec.py --load --data --save ` I get the following error: ` File "C:\Users\User\AppData\Local\Programs\Python\Python39\lib\site-packages\tensorflow\python\client\session.py", line 1377, in _do_call return...

Hello, I am train the mode with python150 dataset , I find the model with early stop in some epoch. It can't run as the setting of `NUM_TRAIN_EPOCHS` . I...

I'm trying to use code2vec for multi-label classification, that one sample belongs to several labels, could you give some suggestions what to do with the model? Thank you in advance...

Hi sir, I want to take this occasion to express my admiration for your great job extremely useful for my Bachelor's tesis. Currently I am trying train the model under...