TensorFlow code for the neural network presented in the paper: "code2vec: Learning Distributed Representations of Code"
1.11k
stars
286
forks
source link
How to get most similar words by meaning while the model output is a bag-of-path? #113
Closed
BTVinh0409 closed 3 years ago
Hi @btvinh0409aduvjp , I am not sure I understand your question. Did you see this section? https://github.com/tech-srl/code2vec#exporting-the-trained-token-vectors-and-target-vectors
Here's an example (in python) from the README:
Best, Uri