Avv2
Avv2
@urialon. Thank you. You mentioned in your paper that, "we represent node using a learned embedding matrix E^nodes and then encode the entire sequence using the final states of a...
@urialon. Hello Doctor, Can you please just add some hints what algorithm you used to sample over AST paths? What format your AST path is in in the first place?...
> Hello, > > I am also facing the same problem. As you said to switch to tensorflow, I tried that too but when I use TF backend I get...
Can I have the source code too for non commercial use? I am student at university with official email address.
@bdqnghi . Thank you. Your pretrained model is only for Java please? If we want to use it for multiple programming languages, should we train model from scratch please? If...
> Hey @Avv22 , Thank you for your interest in our work! > > Our repository supports only Java and C#. We have a newer model that supports all languages...
> Sorry, I don't understand you're question. What is your goal? What are you trying to do? Thank you for your quick reply. I just meant that if we have...
> > Do you suggest decomposing the system method-wise and then trying to predict a name for each method? > > Yes, this is basically what our preprocessing pipeline does...
@urialon. Thank you. Appreciate it. Would you recommend a similar PythonPraser for Python please to extract the method node if possible?
> Yes, Our newer project [Code2seq](https://github.com/tech-srl/code2seq) has a Python extractor, and the model itself is also much better. > > Best, Uri Thanks. The Python extractor you developed works similarily...