tech-srl / code2vec

TensorFlow code for the neural network presented in the paper: "code2vec: Learning Distributed Representations of Code"
https://code2vec.org
MIT License
1.1k stars 286 forks source link

Hiding variable names #133

Closed Avv22 closed 3 years ago

Avv22 commented 3 years ago

Hello,

Is there a feature in your code please to hide variable names of methods during training so that we don't consider any variable name or we have to do that by ourselves please?