-
Notifications
You must be signed in to change notification settings - Fork 52
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
Preprocessing error reporting #19
Comments
I'm not sure but looks like a out-of-memory error? What's the capacity of the memory? Please check the available memory while running the script. And if it runs out of memory, one possible solution would be enlarging the swap size. |
I use two kinds of servers. The memory occupancy rate is less than 3%, and the cup occupancy rate is 100%. |
Could you find out on which line of code the error occurs? (e.g., use debugging tools, or many |
Resource punkt not found. |
Please refer to delip/PyTorchNLPBook#14 or https://stackoverflow.com/questions/4867197/failed-loading-english-pickle-with-nltk-data-load. PS: you can try searching it with search engines first. See this, this and this. (No offense.) |
I got the preprocessed files. Thank you for your patient reply. My undergraduate is not a computer, so my code ability is too poor. |
My pleasure. 😁 |
Preprocessing error reporting:
Parse ./data/train/news.tsv
malloc(): invalid next size (unsorted)
已放弃 (核心已转储)
Is it the code or the environment?
The text was updated successfully, but these errors were encountered: