You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This causes a mismatch between inference and training input features (doc embeddings during training are correctly calculated in document.py). Is it a bug or is it intentional? There is a call to a method get_average_embedding as a comment but it does not exist.
The text was updated successfully, but these errors were encountered:
valedica
changed the title
Missing implementation of doc embedding during inference
Missing implementation of doc embeddings during inference
Mar 11, 2022
Document embeddings are not calculated during inference in neuralcoref.pyx, but they are left at zeros.
neuralcoref/neuralcoref/neuralcoref.pyx
Line 717 in 60338df
This causes a mismatch between inference and training input features (doc embeddings during training are correctly calculated in document.py). Is it a bug or is it intentional? There is a call to a method
get_average_embedding
as a comment but it does not exist.The text was updated successfully, but these errors were encountered: