https://github.com/shayneobrien/coreference-resolution/blob/f368f5a06e1d646d60c50d824235576bb8fe4198/src/coref.py#L211 I think there's a bug around the above code. The LSTM encoding does not go along each sentence, as ``` pack_sequence ``` does not work as you thought.
coreference-resolution/src/coref.py
Line 211 in f368f5a
I think there's a bug around the above code.
The LSTM encoding does not go along each sentence, as
does not work as you thought.