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
Hi Maximilian,
I'm also trying to run the project on model "lp". I get the error message: self.ev_test = self.evaluator(data['test_subs'], data['test_labels']) KeyError: 'test_labels'
and KeyError: 'valid_labels'
As far as I understood, the dataset should contain two more keys, but they aren't present.
Could you explain what "labels" exactly mean and how it could be fixed? Are "labels" relationships?
Thanks!
Leonardo
Hi Maximilian,
I was trying to run your project holographic-embeddings with mode=lp to get the AUC score. At first, I got the error message that
I only found the '_score' function is belong to the member 'model' of class 'PairwiseStochasticTrainer', so I changed the line
232
ofbase.py
from
to
It works now, but I still want to make sure whether it is the right way to do that!
Thank for your kindly help and looking forward to your reply.
Best,
Daye SHAO
The text was updated successfully, but these errors were encountered: