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.09k stars 285 forks source link

How to release a model #165

Open naisgud opened 1 year ago

naisgud commented 1 year ago

Hi Urialon,

Thank you again for sharing this project with us! I have a question. I am trying to use this trained model in the next steps but i can't find file "saved_model_iter8.release".

Many thanks in advance.

urialon commented 1 year ago

Hi @naisgud , Thank you for your interest in our work!

Have you seen this note? https://github.com/tech-srl/code2vec#note

Uri