Closed bentrevett closed 5 years ago
Hi Ben, Thanks for letting us know!
As we discussed -
Thanks, Uri
Hi Ben, I uploaded the three datasets of code2seq in a preprocessed format. See: https://github.com/tech-srl/code2vec/blob/master/README.md#additional-datasets
Let me know how it goes. Uri
Hello @urialon for example, I have my own dataset, how can I convert them into the c2v format so that I can feed in code2vec system
Thanks you a lot
Hi @dungqut, Please open a new issue. Don't worry, everything will be solved.
@urialon I have opened new isse
Thanks for opening source this, it's great work.
I have been trying to run it on another dataset, specifically the
java-small
dataset from your code2seq work which I found at https://urialon.cswp.cs.technion.ac.il/publications/.The issue is that the
preprocess.sh
script seems to get "stuck" extracting paths from the training set.I say "stuck" because I'm not actually sure if the script has frozen or it just seems to take a long time (has currently been running for >3 hours).
Do you have an ETA on how long it took from your code2seq experiments? Or will these scripts not work with those datasets?
Thanks in advance.