code2vec
code2vec copied to clipboard
tensorflow model creation
Hello! Thank you for your amazing work. I am new to AI and was trying to understand how you convert the train.raw file to embeddings and vector. I could not find _create_inner_model implementation for tensorflow_model. It is present for keras_model though. May you please guide me to the code where you create the tensorflow model.
Hi @sakshi15108 , Thank you for your kind words!
If I remember correctly, _create_inner_model does nothing for the tensorflow-model.
The model is created here:
https://github.com/tech-srl/code2vec/blob/master/tensorflow_model.py#L197
Best, Uri