Open ghost opened 3 years ago
I would first check that the target files have been downloaded successfully by making sure that they contain the correct number of lines, see: https://github.com/google-research-datasets/clang8#data-format
I would first check that the target files have been downloaded successfully by making sure that they contain the correct number of lines, see: https://github.com/google-research-datasets/clang8#data-format
Yeah, I got the same error and the reason was target files were not downloaded properly, it was just 1 kb files instead of original size, make sure Git Large File Storage installed as mentioned in the steps and try once.
Run git lfs pull
before the ./run.sh
Hi, thanks for your great work. Then, I run the following command, it works.
However, when I run the following command, there are some error reports.
Hope for your suggestion, thank you !