Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Data #8

Open
ppashakhanloo opened this issue Sep 16, 2022 · 3 comments
Open

Issue with Data #8

ppashakhanloo opened this issue Sep 16, 2022 · 3 comments

Comments

@ppashakhanloo
Copy link

What are the steps one should take after cloning this repo to get the data to the stage suitable for training?
I attempted to do make download-datasets, make normalize-datasets, make extract-ast-paths, and make extract-tokens, in that order. However, all the folders other than raw dataset is empty. Is there somewhere I can download the data so that I can directly do make train-model-code2seq?

Thanks

@eghannoum
Copy link

What are the steps one should take after cloning this repo to get the data to the stage suitable for training? I attempted to do make download-datasets, make normalize-datasets, make extract-ast-paths, and make extract-tokens, in that order. However, all the folders other than raw dataset is empty. Is there somewhere I can download the data so that I can directly do make train-model-code2seq?

Thanks

Hello,

Currently, I have the same issue, did you find a way to get the data?

@jjhenkel
Copy link
Owner

Hi everyone!

Sorry you're having this issue---I moved on from grad school to industry, so these repos aren't really maintained anymore. (And it seems that "digital rust" creeps in no matter how much I've tried to fight it when making these artifacts.)

I'll try and take a look sometime in the next few days but no promises as to any quick resolution, regular work takes enough time :)

@eghannoum
Copy link

What are the steps one should take after cloning this repo to get the data to the stage suitable for training? I attempted to do make download-datasets, make normalize-datasets, make extract-ast-paths, and make extract-tokens, in that order. However, all the folders other than raw dataset is empty. Is there somewhere I can download the data so that I can directly do make train-model-code2seq?

Thanks

I managed to run it.
I am using WSL 2 and docker is installed on my system.
Using this command to download the datasets

make -f Makefile "the required task"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants