funcom icon indicating copy to clipboard operation
funcom copied to clipboard

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

Open yingdehuijin opened this issue 4 years ago • 3 comments

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?

yingdehuijin avatar Feb 27 '22 13:02 yingdehuijin

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.

ztw33 avatar Apr 04 '22 05:04 ztw33

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

yingdehuijin avatar Apr 04 '22 05:04 yingdehuijin

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.

ztw33 avatar Apr 04 '22 05:04 ztw33