I am currently trying to getting this project up and running and was following the instructions to train the model using the ManyTypes4Py dataset. Unfortunately, the preprocess command just skips the dataset (or rather, does not find any relevant information). I solved this issue by removing the files all_fns.csv and all_vars.csv and symlinking processed_projects_complete to processed_projects.
Did I miss anything during the setup? Are those steps expected and should be added to the documentation?
Thanks for using Type4Py. Removing the mentioned files and renaming processed_projects_complete to processed_projects solve the issue.
I need to push a hotfix for file name differences.
Hey there,
I am currently trying to getting this project up and running and was following the instructions to train the model using the ManyTypes4Py dataset. Unfortunately, the preprocess command just skips the dataset (or rather, does not find any relevant information). I solved this issue by removing the files
all_fns.csv
andall_vars.csv
and symlinkingprocessed_projects_complete
toprocessed_projects
.Did I miss anything during the setup? Are those steps expected and should be added to the documentation?