mcmillco / funcom

Funcom Source Code Summarization Tool - Public Release
http://www.leclair.tech/data/funcom
GNU General Public License v3.0
34 stars 21 forks source link

Can I get your code or script that prepocesses the data set? #9

Open yingdehuijin opened 2 years ago

yingdehuijin commented 2 years ago

Hello , now I want to reproduce your model "ast-attendgru" on my own data. I want to do some prepocessing on filtered data set, can I get your script or other code?

ztw33 commented 2 years ago

Hello , now I want to reproduce your model "ast-attendgru" on my own data. I want to do some prepocessing on filtered data set, can I get your script or other code?

Hi, may I please ask have you got the preprocessing scripts yet? I wanna know how to train ast-attendgru on my own data as well.

yingdehuijin commented 2 years ago

Hello , now I want to reproduce your model "ast-attendgru" on my own data. I want to do some prepocessing on filtered data set, can I get your script or other code

Hello , now I want to reproduce your model "ast-attendgru" on my own data. I want to do some prepocessing on filtered data set, can I get your script or other code?

Hi, may I please ask have you got the preprocessing scripts yet? I wanna know how to train ast-attendgru on my own data as well.

You can find the processing scripts in their other repo [https://github.com/acleclair/ICPC2020_GNN/tree/master/processing] (url). I observe that a file ends in tok is the instance of class tokonizer and the file dataset.pkl you may use library pickle to serialize binary data

ztw33 commented 2 years ago

Hello , now I want to reproduce your model "ast-attendgru" on my own data. I want to do some prepocessing on filtered data set, can I get your script or other code

Hello , now I want to reproduce your model "ast-attendgru" on my own data. I want to do some prepocessing on filtered data set, can I get your script or other code?

Hi, may I please ask have you got the preprocessing scripts yet? I wanna know how to train ast-attendgru on my own data as well.

You can find the processing scripts in their other repo [https://github.com/acleclair/ICPC2020_GNN/tree/master/processing] (url). I observe that a file ends in tok is the instance of class tokonizer and the file dataset.pkl you may use library pickle to serialize binary data

Thanks a lot! Wish u all the best.