Thanks very much for sharing the library. It's amazing
I think there is a size mismatch between the input features and the pre-trained weights posted on this site for the input layer
The pre-trained weights, stored in neuralcoref/weights folder of this repository, have a size of ( 1000 x 668 ) for single mentions, and ( 1000 x 1364 ) for pair mentions in layer 0
However, the dimension of input features generated for each mention is 674 per single mention, and 1370 per pair mentions, if compressed = False.
This mismatch generates an error during the evaluation process if the pre-trained weights are loaded, as shown below
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi
Thanks very much for sharing the library. It's amazing
I think there is a size mismatch between the input features and the pre-trained weights posted on this site for the input layer
The pre-trained weights, stored in neuralcoref/weights folder of this repository, have a size of ( 1000 x 668 ) for single mentions, and ( 1000 x 1364 ) for pair mentions in layer 0
However, the dimension of input features generated for each mention is 674 per single mention, and 1370 per pair mentions, if compressed = False.
This mismatch generates an error during the evaluation process if the pre-trained weights are loaded, as shown below
Do you have the same problem?
Thanks,
`--------------------------------------------------------------------------- RuntimeError Traceback (most recent call last)