-
Notifications
You must be signed in to change notification settings - Fork 6
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
Comments
Hello, Currently, I have the same issue, did you find a way to get the data? |
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 :) |
I managed to run it. make -f Makefile "the required task" |
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
, andmake 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 domake train-model-code2seq
?Thanks
The text was updated successfully, but these errors were encountered: