Recoder icon indicating copy to clipboard operation
Recoder copied to clipboard

Results 11 Recoder issues
Sort by recently updated
recently updated
newest added

Hello authors, may I ask for the workflow to process the data from raw data (java methods pairs) into the mode input (data.pkl)? Thanks so much for your time.

Hello!I found your work to be exceptionally insightful and engaging. I noticed that there are three pkls in your project, namely char_ voc.pkl, code_ voc.pkl and nl_ voc.pkl, so which...

Hi @pkuzqh, Any chance you could provide a quick step-by-step on how to run Recoder on any other bug than the ones used in the empirical study (i.e., the ones...

when I run the python file, there is a error I think this error about the sentence "loss, _ = model(dBatch[0], dBatch[1], dBatch[2], dBatch[3], dBatch[4], dBatch[6], dBatch[7], dBatch[8], dBatch[9], tmpf,...

Hi, I found that when you identify the root node in this [line](https://github.com/pkuzqh/Recoder/blob/master/testDefect4j.py#L407), you have ignored IfStatement and ForStatement. I guess your purpose is to traverse its children. But, how...

您好,关于训练数据我有一些疑问。我看到您在云盘提供了两个文件:data0.pkl 和 data1.pkl,请问哪一个是训练时用到的训练数据呢?感谢!

第一个问题:训练模型时所用的data.pkl文件里面是向量数据,这些数据是怎么从代码文本转换得到的。data.pkl文件中的数据的含义是什么?得到这个数据文件的过程可以告知吗? 第二个问题:您是如何从代码文本中生成AST的并运用其特征的呢? 感谢回答,麻烦了

Hello! Thanks for open-sourcing the work! I am trying to train the model without the docker. However, I encounter the error shown in the figure. ![6ceaf2624b4e6793be0bf250bffc88f](https://user-images.githubusercontent.com/98015651/210310667-0dc66a8c-6645-4a7e-afc4-ea703502ce7c.png) The error is caused...

Hi, author, first thanks for your wonderful work! I can learn a lot from Recoder. But for the patch validation phase, I find you only run the failing test cases...

Hi all, To my understanding Recoder needs to extract the host language grammar rules. So it would be great to have instructions on how to train Recoder on other languages....