Closed colebuckleyy closed 2 years ago
Hi @colebuckleyy , Thank you for your interest in our work!
Ok well apparently my preprocessed data somehow got corrupted before I attempted to train and that is why I received those errors but I have one more question. How could I go about labelling the dataset/vectors if I wanted to use this for classification?
The method name is taken as the label for classification. So if you retain the same data format, you can replace the method name in the processed data with any label.
See also: https://github.com/tech-srl/code2vec#extending-to-other-languages
Best, Uri
Ah I see, thank you
Hello, I successfully preprocessed my dataset to work with code2vec but when I try running the train.sh script I run into a few errors, is there any way I can fix this?