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
Let's assume, we want to get model scores for a non-existing triple, i.e., a pair of nodes, which is not connected. It looks like we should calculate relational paths for non-existing triples during the calculation of paths for train/valid/test, because of Bag-Of-Paths (BOP). Or should we calculate those paths after training and use only that paths, which are presented in the train+valid+test?