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
I have an ILP Inference classifier that relies on a base classifier. When the classifier is initialized and trained, the ILP inference classifier works fine.
However, if I initialize the base classifier with a model file and a lexicon file that are pre-trained, the ILP classifier gives me an error LBJava ERROR: Classifier relation_classifier did not return any scores. ILP inference cannot be performed.
I briefly tried to find a difference and I believe the only difference is isClone is set to false in the second way (the working one), and set to true in the buggy one.
I have an ILP Inference classifier that relies on a base classifier. When the classifier is initialized and trained, the ILP inference classifier works fine.
However, if I initialize the base classifier with a model file and a lexicon file that are pre-trained, the ILP classifier gives me an error
LBJava ERROR: Classifier relation_classifier did not return any scores. ILP inference cannot be performed.
The error message is produced from https://github.com/CogComp/lbjava/blob/434cf0a40e4f2ae08c96d3ae1b96f319eb531d67/lbjava/src/main/java/edu/illinois/cs/cogcomp/lbjava/infer/ILPInference.java#L173-#L174
The text was updated successfully, but these errors were encountered: