Closed shangqing-liu closed 5 years ago
Hi, Please provide more details:
Hi, I used my own data on C projects and trained the model by myself. The best f1 seems to reach only 23% and the blue score is much slower.
Sir, may I ask you a question what is the meaning of --max_path_length 8 --max_path_width 2 in your preprocess.sh thanks very much
You can try increasing the number of decoder layers (config.NUM_DECODER_LAYERS
) to 2 and their size ( config.DECODER_SIZE
) to 512 in the config file.
Adding more data always helps...
Regarding path length and width - Please see the paragraph "Path length and width" in Section 4.2 in the PLDI paper
sir, have you tested your method on large functions, the experimental results seem to be worse than small functions.
Yes, please see Section 4.1, paragraph "Sensitivity to input length," in the code2seq paper.
Hi, I have tested your methods on translating long sequences based ast paths, but I found the performance is much lower than expected, may I ask you some suggestions about this problem or do you have tested on translating long sequences.