-
Notifications
You must be signed in to change notification settings - Fork 61
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
list index out of range in pad_sequence of torch implementation. #10
Comments
have you fixed this problem? I got the same issue. |
I am facing the same issue. I think the problem is that some documents are not parsed correctly and their sents property is left as an empty list. |
Same problem here. Just following. |
I got that, too. I think it's because some embeddings are zeros. Can we directly skip those? |
it might be caused by the empty doc object |
I am facing the similiar problem but in first evaluation. I had added
|
Well, liking henryhust's method. I add the line in coref.py , line 467 |
I have the same problem. Have you solved it? Could you discuss it? |
During evaluation stage on development dataset, I am facing below error intermittently. Have you ever faced this issue and how did you resolve it?
The text was updated successfully, but these errors were encountered: