-
Notifications
You must be signed in to change notification settings - Fork 51
RuntimeError: received 0 items of ancdata #27
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 8000 statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I haven't seen this error, can you post a full traceback? |
Hello, I could solve the problem partially by increasing the limit of the open files using: ulimit -n NEW_NUMBER_OF_FILES Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Can you post your config? Are you using the |
Hello Peter, Here is the configuration file (DatasetReader & Iterator): "dataset_reader": {
|
It isn't necessary to use the
|
I did exactly what you suggested. However, the model didn't go into training at all. 2020-10-15 01:30:33,083 - INFO - allennlp.training.trainer - Beginning training. 2020-10-15 01:30:34,213 - INFO - allennlp.training.tensorboard_writer - Training | Validation |
Hello,
Could you plz tell me the reason of this error, and how to solve it ?
It appears shortly after starting to pre-train a language model, then it stops.
Number of workers: 8
Number of corpus files: 8
torch version: 1.2.0
thanks for help
The text was updated successfully, but these errors were encountered: